Shades of Surf Crest #C2D3C0
Tints of Surf Crest #C2D3C0
RGB
CMYK
RGB Variations
Color information
#C2D3C0 (or 0xC2D3C0) is known color: Surf Crest. HEX triplet: C2, D3 and C0. RGB value is (194,211,192). Sum of RGB (Red+Green+Blue) = 194+211+192=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3C0 is #3D2C3F. Grayscale: #CBCBCB. Windows color (decimal): -4009024 or 12637122. OLE color: 12637122.
HSL color Cylindrical-coordinate representation of color #C2D3C0: hue angle of 113.68º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2D3C0 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
RGB | 194 | 211 | 192 | - |
CMYK | 0.08 | 0 | 0.09 | 0.17 |
HSL | 113.68º | 0.18% | 0.79% | - |
HSV(B) | 113.68º | 0.09% | 0.83% | - |
XYZ | 55.06 | 61.86 | 58.91 | - |
YUV | 203.75 | 121.37 | 121.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 211 | 192 | 0.08 | 0 | 0.09 | 0.17 | 113.68 | 0.18 | 0.79 |
Hex | C2 | D3 | C0 | 8 | 0 | 9 | 11 | 72 | 12 | 4F |
Octal | 302 | 323 | 300 | 10 | 0 | 11 | 21 | 162 | 22 | 117 |
Binary | 11000010 | 11010011 | 11000000 | 1000 | 0 | 1001 | 10001 | 1110010 | 10010 | 1001111 |
Color Harmonies of #C2D3C0
Complementary color
Monochromatic Colors of #C2D3C0
Black with #C2D3C0
Text Example
Text Example
White with #C2D3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D3C0; }
p { color: rgb(194,211,192); }
H1.HeaderClassName
{
color: #C2D3C0;
}
.AnyTagClassName
{
color: #C2D3C0;
}
</style>
background-color css
<style>
a { background-color: #C2D3C0; }
a { background-color: rgb(194,211,192); }
div.DivClassName
{
background-color: #C2D3C0;
}
.BgClassName
{
background-color: #C2D3C0;
}
</style>
border-color css
<style>
span { border-color: #C2D3C0; }
span { border-color: rgb(194,211,192); }
td.TdClassName
{
border-color: #C2D3C0;
}
.TagClassName
{
border-color: #C2D3C0;
}
</style>