Shades of White Rock #CFCCB0
Tints of White Rock #CFCCB0
RGB
CMYK
RGB Variations
Color information
#CFCCB0 (or 0xCFCCB0) is known color: White Rock. HEX triplet: CF, CC and B0. RGB value is (207,204,176). Sum of RGB (Red+Green+Blue) = 207+204+176=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCCB0 is #30334F. Grayscale: #C9C9C9. Windows color (decimal): -3158864 or 11586767. OLE color: 11586767.
HSL color Cylindrical-coordinate representation of color #CFCCB0: hue angle of 54.19º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCCB0 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 176 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.19 |
| HSL | 54.19º | 0.24% | 0.75% | - |
| HSV(B) | 54.19º | 0.15% | 0.81% | - |
| XYZ | 55.16 | 59.59 | 49.67 | - |
| YUV | 201.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 176 | 0 | 0.01 | 0.15 | 0.19 | 54.19 | 0.24 | 0.75 |
| Hex | CF | CC | B0 | 0 | 1 | F | 13 | 36 | 18 | 4B |
| Octal | 317 | 314 | 260 | 0 | 1 | 17 | 23 | 66 | 30 | 113 |
| Binary | 11001111 | 11001100 | 10110000 | 0 | 1 | 1111 | 10011 | 110110 | 11000 | 1001011 |
Color Harmonies of #CFCCB0
Complementary color
Monochromatic Colors of #CFCCB0
Black with #CFCCB0
Text Example
Text Example
White with #CFCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCB0; }
p { color: rgb(207,204,176); }
H1.HeaderClassName
{
color: #CFCCB0;
}
.AnyTagClassName
{
color: #CFCCB0;
}
</style>
background-color css
<style>
a { background-color: #CFCCB0; }
a { background-color: rgb(207,204,176); }
div.DivClassName
{
background-color: #CFCCB0;
}
.BgClassName
{
background-color: #CFCCB0;
}
</style>
border-color css
<style>
span { border-color: #CFCCB0; }
span { border-color: rgb(207,204,176); }
td.TdClassName
{
border-color: #CFCCB0;
}
.TagClassName
{
border-color: #CFCCB0;
}
</style>