color details

Color Details
#CB6D51 Color Hex

#CB6D51 color RGB value is (12, 182, 213).
#CB6D51 hex color red value is 12, green value is 182, and blue value is 213.
Cylindrical-coordinate representations (HSL) of color #CB6D51 hue: 189.25, saturation: 0.89 and lightness: 0.44.

The process color (four-color CMYK) of #CB6D51 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #CB6D51 is #ff9999. Color #CB6D51 contains mainly RED.

Color Spaces
Color spaces of #CB6D51Value
RGB203, 109, 81
HSL0.04, 0.54, 0.56
HSV14°, 60°, 80°
XYZ31.58, 24.23, 10.8
Base Numbers
Base Red Green Blue
Binary 11001011 1101101 1010001
Octal 313 155 121
Decimal 203 109 81
Hex CB 6D 51

RGB Percentages for Color #CB6D51

51.65%
27.74%
20.61%

CMYK Percentages of the Color #CB6D51

46.31%
60.1%
20.39%
CSS Codes for Color #CB6D51
.mybgColor {background-color: #CB6D51;}
.myforeColor {color: #CB6D51;}
.myborderColor {border:3px solid #CB6D51;}
Text Font Color #CB6D51

<p style="color:#CB6D51">Text here</p>

This sample text is styled with the font color #CB6D51. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #CB6D51

<div style="background-color:#CB6D51">Div content here</div>

The background color of this div is #CB6D51
Border Color #CB6D51

<div style="border:3px solid #CB6D51">Div here</div>

The border color of this div is #CB6D51
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(203, 109, 81, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #CB6D51;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #CB6D51;
-webkit-box-shadow: 1px 1px 3px #CB6D51;
box-shadow: 1px 1px 3px #CB6D51;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203, 109, 81, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #CB6D51;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #CB6D51; -webkit-box-shadow: 1px 1px 3px #CB6D51; box-shadow: 1px 1px 3px #CB6D51;">Div content here</div>

This div box has a shadow with a specified color. #CB6D51
Scroll to Top