Shades of White Rock #CECBAB
Tints of White Rock #CECBAB
RGB
CMYK
RGB Variations
Color information
#CECBAB (or 0xCECBAB) is known color: White Rock. HEX triplet: CE, CB and AB. RGB value is (206,203,171). Sum of RGB (Red+Green+Blue) = 206+203+171=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECBAB is #313454. Grayscale: #C8C8C8. Windows color (decimal): -3224661 or 11258830. OLE color: 11258830.
HSL color Cylindrical-coordinate representation of color #CECBAB: hue angle of 54.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECBAB is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 171 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.19 |
| HSL | 54.86º | 0.26% | 0.74% | - |
| HSV(B) | 54.86º | 0.17% | 0.81% | - |
| XYZ | 54.16 | 58.77 | 47.02 | - |
| YUV | 200.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 171 | 0 | 0.01 | 0.17 | 0.19 | 54.86 | 0.26 | 0.74 |
| Hex | CE | CB | AB | 0 | 1 | 11 | 13 | 37 | 1A | 4A |
| Octal | 316 | 313 | 253 | 0 | 1 | 21 | 23 | 67 | 32 | 112 |
| Binary | 11001110 | 11001011 | 10101011 | 0 | 1 | 10001 | 10011 | 110111 | 11010 | 1001010 |
Color Harmonies of #CECBAB
Complementary color
Monochromatic Colors of #CECBAB
Black with #CECBAB
Text Example
Text Example
White with #CECBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBAB; }
p { color: rgb(206,203,171); }
H1.HeaderClassName
{
color: #CECBAB;
}
.AnyTagClassName
{
color: #CECBAB;
}
</style>
background-color css
<style>
a { background-color: #CECBAB; }
a { background-color: rgb(206,203,171); }
div.DivClassName
{
background-color: #CECBAB;
}
.BgClassName
{
background-color: #CECBAB;
}
</style>
border-color css
<style>
span { border-color: #CECBAB; }
span { border-color: rgb(206,203,171); }
td.TdClassName
{
border-color: #CECBAB;
}
.TagClassName
{
border-color: #CECBAB;
}
</style>