Shades of Surf Crest #C4D2B9
Tints of Surf Crest #C4D2B9
RGB
CMYK
RGB Variations
Color information
#C4D2B9 (or 0xC4D2B9) is known color: Surf Crest. HEX triplet: C4, D2 and B9. RGB value is (196,210,185). Sum of RGB (Red+Green+Blue) = 196+210+185=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D2B9 is #3B2D46. Grayscale: #CBCBCB. Windows color (decimal): -3878215 or 12178116. OLE color: 12178116.
HSL color Cylindrical-coordinate representation of color #C4D2B9: hue angle of 93.6º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4D2B9 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 185 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.18 |
| HSL | 93.6º | 0.22% | 0.77% | - |
| HSV(B) | 93.6º | 0.12% | 0.82% | - |
| XYZ | 54.57 | 61.33 | 54.86 | - |
| YUV | 202.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 185 | 0.07 | 0 | 0.12 | 0.18 | 93.6 | 0.22 | 0.77 |
| Hex | C4 | D2 | B9 | 7 | 0 | C | 12 | 5E | 16 | 4D |
| Octal | 304 | 322 | 271 | 7 | 0 | 14 | 22 | 136 | 26 | 115 |
| Binary | 11000100 | 11010010 | 10111001 | 111 | 0 | 1100 | 10010 | 1011110 | 10110 | 1001101 |
Color Harmonies of #C4D2B9
Complementary color
Monochromatic Colors of #C4D2B9
Black with #C4D2B9
Text Example
Text Example
White with #C4D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D2B9; }
p { color: rgb(196,210,185); }
H1.HeaderClassName
{
color: #C4D2B9;
}
.AnyTagClassName
{
color: #C4D2B9;
}
</style>
background-color css
<style>
a { background-color: #C4D2B9; }
a { background-color: rgb(196,210,185); }
div.DivClassName
{
background-color: #C4D2B9;
}
.BgClassName
{
background-color: #C4D2B9;
}
</style>
border-color css
<style>
span { border-color: #C4D2B9; }
span { border-color: rgb(196,210,185); }
td.TdClassName
{
border-color: #C4D2B9;
}
.TagClassName
{
border-color: #C4D2B9;
}
</style>