Shades of Surf Crest #C4D0BC
Tints of Surf Crest #C4D0BC
RGB
CMYK
RGB Variations
Color information
#C4D0BC (or 0xC4D0BC) is known color: Surf Crest. HEX triplet: C4, D0 and BC. RGB value is (196,208,188). Sum of RGB (Red+Green+Blue) = 196+208+188=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0BC is #3B2F43. Grayscale: #CACACA. Windows color (decimal): -3878724 or 12374212. OLE color: 12374212.
HSL color Cylindrical-coordinate representation of color #C4D0BC: hue angle of 96º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4D0BC is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 188 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.18 |
| HSL | 96º | 0.18% | 0.78% | - |
| HSV(B) | 96º | 0.1% | 0.82% | - |
| XYZ | 54.4 | 60.48 | 56.38 | - |
| YUV | 202.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 188 | 0.06 | 0 | 0.10 | 0.18 | 96 | 0.18 | 0.78 |
| Hex | C4 | D0 | BC | 6 | 0 | A | 12 | 60 | 12 | 4E |
| Octal | 304 | 320 | 274 | 6 | 0 | 12 | 22 | 140 | 22 | 116 |
| Binary | 11000100 | 11010000 | 10111100 | 110 | 0 | 1010 | 10010 | 1100000 | 10010 | 1001110 |
Color Harmonies of #C4D0BC
Complementary color
Monochromatic Colors of #C4D0BC
Black with #C4D0BC
Text Example
Text Example
White with #C4D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0BC; }
p { color: rgb(196,208,188); }
H1.HeaderClassName
{
color: #C4D0BC;
}
.AnyTagClassName
{
color: #C4D0BC;
}
</style>
background-color css
<style>
a { background-color: #C4D0BC; }
a { background-color: rgb(196,208,188); }
div.DivClassName
{
background-color: #C4D0BC;
}
.BgClassName
{
background-color: #C4D0BC;
}
</style>
border-color css
<style>
span { border-color: #C4D0BC; }
span { border-color: rgb(196,208,188); }
td.TdClassName
{
border-color: #C4D0BC;
}
.TagClassName
{
border-color: #C4D0BC;
}
</style>