Shades of White Rock #CFCCB2
Tints of White Rock #CFCCB2
RGB
CMYK
RGB Variations
Color information
#CFCCB2 (or 0xCFCCB2) is known color: White Rock. HEX triplet: CF, CC and B2. RGB value is (207,204,178). Sum of RGB (Red+Green+Blue) = 207+204+178=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCCB2 is #30334D. Grayscale: #CACACA. Windows color (decimal): -3158862 or 11717839. OLE color: 11717839.
HSL color Cylindrical-coordinate representation of color #CFCCB2: hue angle of 53.79º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCCB2 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 178 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.19 |
| HSL | 53.79º | 0.23% | 0.75% | - |
| HSV(B) | 53.79º | 0.14% | 0.81% | - |
| XYZ | 55.36 | 59.67 | 50.72 | - |
| YUV | 201.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 178 | 0 | 0.01 | 0.14 | 0.19 | 53.79 | 0.23 | 0.75 |
| Hex | CF | CC | B2 | 0 | 1 | E | 13 | 36 | 17 | 4B |
| Octal | 317 | 314 | 262 | 0 | 1 | 16 | 23 | 66 | 27 | 113 |
| Binary | 11001111 | 11001100 | 10110010 | 0 | 1 | 1110 | 10011 | 110110 | 10111 | 1001011 |
Color Harmonies of #CFCCB2
Complementary color
Monochromatic Colors of #CFCCB2
Black with #CFCCB2
Text Example
Text Example
White with #CFCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCB2; }
p { color: rgb(207,204,178); }
H1.HeaderClassName
{
color: #CFCCB2;
}
.AnyTagClassName
{
color: #CFCCB2;
}
</style>
background-color css
<style>
a { background-color: #CFCCB2; }
a { background-color: rgb(207,204,178); }
div.DivClassName
{
background-color: #CFCCB2;
}
.BgClassName
{
background-color: #CFCCB2;
}
</style>
border-color css
<style>
span { border-color: #CFCCB2; }
span { border-color: rgb(207,204,178); }
td.TdClassName
{
border-color: #CFCCB2;
}
.TagClassName
{
border-color: #CFCCB2;
}
</style>