Shades of White Rock #CFCBB2
Tints of White Rock #CFCBB2
RGB
CMYK
RGB Variations
Color information
#CFCBB2 (or 0xCFCBB2) is known color: White Rock. HEX triplet: CF, CB and B2. RGB value is (207,203,178). Sum of RGB (Red+Green+Blue) = 207+203+178=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCBB2 is #30344D. Grayscale: #C9C9C9. Windows color (decimal): -3159118 or 11717583. OLE color: 11717583.
HSL color Cylindrical-coordinate representation of color #CFCBB2: hue angle of 51.72º 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 #CFCBB2 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 178 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.19 |
| HSL | 51.72º | 0.23% | 0.75% | - |
| HSV(B) | 51.72º | 0.14% | 0.81% | - |
| XYZ | 55.12 | 59.19 | 50.64 | - |
| YUV | 201.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 178 | 0 | 0.02 | 0.14 | 0.19 | 51.72 | 0.23 | 0.75 |
| Hex | CF | CB | B2 | 0 | 2 | E | 13 | 34 | 17 | 4B |
| Octal | 317 | 313 | 262 | 0 | 2 | 16 | 23 | 64 | 27 | 113 |
| Binary | 11001111 | 11001011 | 10110010 | 0 | 10 | 1110 | 10011 | 110100 | 10111 | 1001011 |
Color Harmonies of #CFCBB2
Complementary color
Monochromatic Colors of #CFCBB2
Black with #CFCBB2
Text Example
Text Example
White with #CFCBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBB2; }
p { color: rgb(207,203,178); }
H1.HeaderClassName
{
color: #CFCBB2;
}
.AnyTagClassName
{
color: #CFCBB2;
}
</style>
background-color css
<style>
a { background-color: #CFCBB2; }
a { background-color: rgb(207,203,178); }
div.DivClassName
{
background-color: #CFCBB2;
}
.BgClassName
{
background-color: #CFCBB2;
}
</style>
border-color css
<style>
span { border-color: #CFCBB2; }
span { border-color: rgb(207,203,178); }
td.TdClassName
{
border-color: #CFCBB2;
}
.TagClassName
{
border-color: #CFCBB2;
}
</style>