Shades of Surf Crest #C4D2BD
Tints of Surf Crest #C4D2BD
RGB
CMYK
RGB Variations
Color information
#C4D2BD (or 0xC4D2BD) is known color: Surf Crest. HEX triplet: C4, D2 and BD. RGB value is (196,210,189). Sum of RGB (Red+Green+Blue) = 196+210+189=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D2BD is #3B2D42. Grayscale: #CBCBCB. Windows color (decimal): -3878211 or 12440260. OLE color: 12440260.
HSL color Cylindrical-coordinate representation of color #C4D2BD: hue angle of 100º degrees, saturation: 0.19, 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 #C4D2BD is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 189 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.18 |
| HSL | 100º | 0.19% | 0.78% | - |
| HSV(B) | 100º | 0.1% | 0.82% | - |
| XYZ | 55 | 61.5 | 57.12 | - |
| YUV | 203.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 189 | 0.07 | 0 | 0.10 | 0.18 | 100 | 0.19 | 0.78 |
| Hex | C4 | D2 | BD | 7 | 0 | A | 12 | 64 | 13 | 4E |
| Octal | 304 | 322 | 275 | 7 | 0 | 12 | 22 | 144 | 23 | 116 |
| Binary | 11000100 | 11010010 | 10111101 | 111 | 0 | 1010 | 10010 | 1100100 | 10011 | 1001110 |
Color Harmonies of #C4D2BD
Complementary color
Monochromatic Colors of #C4D2BD
Black with #C4D2BD
Text Example
Text Example
White with #C4D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D2BD; }
p { color: rgb(196,210,189); }
H1.HeaderClassName
{
color: #C4D2BD;
}
.AnyTagClassName
{
color: #C4D2BD;
}
</style>
background-color css
<style>
a { background-color: #C4D2BD; }
a { background-color: rgb(196,210,189); }
div.DivClassName
{
background-color: #C4D2BD;
}
.BgClassName
{
background-color: #C4D2BD;
}
</style>
border-color css
<style>
span { border-color: #C4D2BD; }
span { border-color: rgb(196,210,189); }
td.TdClassName
{
border-color: #C4D2BD;
}
.TagClassName
{
border-color: #C4D2BD;
}
</style>