Shades of White Rock #CFCCB1
Tints of White Rock #CFCCB1
RGB
CMYK
RGB Variations
Color information
#CFCCB1 (or 0xCFCCB1) is known color: White Rock. HEX triplet: CF, CC and B1. RGB value is (207,204,177). Sum of RGB (Red+Green+Blue) = 207+204+177=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCCB1 is #30334E. Grayscale: #C9C9C9. Windows color (decimal): -3158863 or 11652303. OLE color: 11652303.
HSL color Cylindrical-coordinate representation of color #CFCCB1: hue angle of 54º degrees, saturation: 0.24, 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 #CFCCB1 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 177 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.19 |
| HSL | 54º | 0.24% | 0.75% | - |
| HSV(B) | 54º | 0.14% | 0.81% | - |
| XYZ | 55.26 | 59.63 | 50.19 | - |
| YUV | 201.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 177 | 0 | 0.01 | 0.14 | 0.19 | 54 | 0.24 | 0.75 |
| Hex | CF | CC | B1 | 0 | 1 | E | 13 | 36 | 18 | 4B |
| Octal | 317 | 314 | 261 | 0 | 1 | 16 | 23 | 66 | 30 | 113 |
| Binary | 11001111 | 11001100 | 10110001 | 0 | 1 | 1110 | 10011 | 110110 | 11000 | 1001011 |
Color Harmonies of #CFCCB1
Complementary color
Monochromatic Colors of #CFCCB1
Black with #CFCCB1
Text Example
Text Example
White with #CFCCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCB1; }
p { color: rgb(207,204,177); }
H1.HeaderClassName
{
color: #CFCCB1;
}
.AnyTagClassName
{
color: #CFCCB1;
}
</style>
background-color css
<style>
a { background-color: #CFCCB1; }
a { background-color: rgb(207,204,177); }
div.DivClassName
{
background-color: #CFCCB1;
}
.BgClassName
{
background-color: #CFCCB1;
}
</style>
border-color css
<style>
span { border-color: #CFCCB1; }
span { border-color: rgb(207,204,177); }
td.TdClassName
{
border-color: #CFCCB1;
}
.TagClassName
{
border-color: #CFCCB1;
}
</style>