Shades of White Rock #CFCCA8
Tints of White Rock #CFCCA8
RGB
CMYK
RGB Variations
Color information
#CFCCA8 (or 0xCFCCA8) is known color: White Rock. HEX triplet: CF, CC and A8. RGB value is (207,204,168). Sum of RGB (Red+Green+Blue) = 207+204+168=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCCA8 is #303357. Grayscale: #C8C8C8. Windows color (decimal): -3158872 or 11062479. OLE color: 11062479.
HSL color Cylindrical-coordinate representation of color #CFCCA8: hue angle of 55.38º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFCCA8 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 168 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.19 |
| HSL | 55.38º | 0.29% | 0.74% | - |
| HSV(B) | 55.38º | 0.19% | 0.81% | - |
| XYZ | 54.39 | 59.28 | 45.62 | - |
| YUV | 200.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 168 | 0 | 0.01 | 0.19 | 0.19 | 55.38 | 0.29 | 0.74 |
| Hex | CF | CC | A8 | 0 | 1 | 13 | 13 | 37 | 1D | 4A |
| Octal | 317 | 314 | 250 | 0 | 1 | 23 | 23 | 67 | 35 | 112 |
| Binary | 11001111 | 11001100 | 10101000 | 0 | 1 | 10011 | 10011 | 110111 | 11101 | 1001010 |
Color Harmonies of #CFCCA8
Complementary color
Monochromatic Colors of #CFCCA8
Black with #CFCCA8
Text Example
Text Example
White with #CFCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCA8; }
p { color: rgb(207,204,168); }
H1.HeaderClassName
{
color: #CFCCA8;
}
.AnyTagClassName
{
color: #CFCCA8;
}
</style>
background-color css
<style>
a { background-color: #CFCCA8; }
a { background-color: rgb(207,204,168); }
div.DivClassName
{
background-color: #CFCCA8;
}
.BgClassName
{
background-color: #CFCCA8;
}
</style>
border-color css
<style>
span { border-color: #CFCCA8; }
span { border-color: rgb(207,204,168); }
td.TdClassName
{
border-color: #CFCCA8;
}
.TagClassName
{
border-color: #CFCCA8;
}
</style>