Shades of White Rock #CFCCAB
Tints of White Rock #CFCCAB
RGB
CMYK
RGB Variations
Color information
#CFCCAB (or 0xCFCCAB) is known color: White Rock. HEX triplet: CF, CC and AB. RGB value is (207,204,171). Sum of RGB (Red+Green+Blue) = 207+204+171=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCCAB is #303354. Grayscale: #C9C9C9. Windows color (decimal): -3158869 or 11259087. OLE color: 11259087.
HSL color Cylindrical-coordinate representation of color #CFCCAB: hue angle of 55º degrees, saturation: 0.27, 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 #CFCCAB is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 171 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.19 |
| HSL | 55º | 0.27% | 0.74% | - |
| HSV(B) | 55º | 0.17% | 0.81% | - |
| XYZ | 54.68 | 59.39 | 47.11 | - |
| YUV | 201.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 171 | 0 | 0.01 | 0.17 | 0.19 | 55 | 0.27 | 0.74 |
| Hex | CF | CC | AB | 0 | 1 | 11 | 13 | 37 | 1B | 4A |
| Octal | 317 | 314 | 253 | 0 | 1 | 21 | 23 | 67 | 33 | 112 |
| Binary | 11001111 | 11001100 | 10101011 | 0 | 1 | 10001 | 10011 | 110111 | 11011 | 1001010 |
Color Harmonies of #CFCCAB
Complementary color
Monochromatic Colors of #CFCCAB
Black with #CFCCAB
Text Example
Text Example
White with #CFCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCAB; }
p { color: rgb(207,204,171); }
H1.HeaderClassName
{
color: #CFCCAB;
}
.AnyTagClassName
{
color: #CFCCAB;
}
</style>
background-color css
<style>
a { background-color: #CFCCAB; }
a { background-color: rgb(207,204,171); }
div.DivClassName
{
background-color: #CFCCAB;
}
.BgClassName
{
background-color: #CFCCAB;
}
</style>
border-color css
<style>
span { border-color: #CFCCAB; }
span { border-color: rgb(207,204,171); }
td.TdClassName
{
border-color: #CFCCAB;
}
.TagClassName
{
border-color: #CFCCAB;
}
</style>