Shades of Surf Crest #C4D0BE
Tints of Surf Crest #C4D0BE
RGB
CMYK
RGB Variations
Color information
#C4D0BE (or 0xC4D0BE) is known color: Surf Crest. HEX triplet: C4, D0 and BE. RGB value is (196,208,190). Sum of RGB (Red+Green+Blue) = 196+208+190=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0BE is #3B2F41. Grayscale: #CACACA. Windows color (decimal): -3878722 or 12505284. OLE color: 12505284.
HSL color Cylindrical-coordinate representation of color #C4D0BE: hue angle of 100º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4D0BE is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
RGB | 196 | 208 | 190 | - |
CMYK | 0.06 | 0 | 0.09 | 0.18 |
HSL | 100º | 0.16% | 0.78% | - |
HSV(B) | 100º | 0.09% | 0.82% | - |
XYZ | 54.62 | 60.57 | 57.53 | - |
YUV | 202.36 | 121.02 | 123.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 208 | 190 | 0.06 | 0 | 0.09 | 0.18 | 100 | 0.16 | 0.78 |
Hex | C4 | D0 | BE | 6 | 0 | 9 | 12 | 64 | 10 | 4E |
Octal | 304 | 320 | 276 | 6 | 0 | 11 | 22 | 144 | 20 | 116 |
Binary | 11000100 | 11010000 | 10111110 | 110 | 0 | 1001 | 10010 | 1100100 | 10000 | 1001110 |
Color Harmonies of #C4D0BE
Complementary color
Monochromatic Colors of #C4D0BE
Black with #C4D0BE
Text Example
Text Example
White with #C4D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0BE; }
p { color: rgb(196,208,190); }
H1.HeaderClassName
{
color: #C4D0BE;
}
.AnyTagClassName
{
color: #C4D0BE;
}
</style>
background-color css
<style>
a { background-color: #C4D0BE; }
a { background-color: rgb(196,208,190); }
div.DivClassName
{
background-color: #C4D0BE;
}
.BgClassName
{
background-color: #C4D0BE;
}
</style>
border-color css
<style>
span { border-color: #C4D0BE; }
span { border-color: rgb(196,208,190); }
td.TdClassName
{
border-color: #C4D0BE;
}
.TagClassName
{
border-color: #C4D0BE;
}
</style>