Shades of Surf Crest #C2CDBD
Tints of Surf Crest #C2CDBD
RGB
CMYK
RGB Variations
Color information
#C2CDBD (or 0xC2CDBD) is known color: Surf Crest. HEX triplet: C2, CD and BD. RGB value is (194,205,189). Sum of RGB (Red+Green+Blue) = 194+205+189=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDBD is #3D3242. Grayscale: #C7C7C7. Windows color (decimal): -4010563 or 12438978. OLE color: 12438978.
HSL color Cylindrical-coordinate representation of color #C2CDBD: hue angle of 101.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2CDBD is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 189 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.20 |
| HSL | 101.25º | 0.14% | 0.77% | - |
| HSV(B) | 101.25º | 0.08% | 0.8% | - |
| XYZ | 53.26 | 58.81 | 56.69 | - |
| YUV | 199.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 189 | 0.05 | 0 | 0.08 | 0.20 | 101.25 | 0.14 | 0.77 |
| Hex | C2 | CD | BD | 5 | 0 | 8 | 14 | 65 | E | 4D |
| Octal | 302 | 315 | 275 | 5 | 0 | 10 | 24 | 145 | 16 | 115 |
| Binary | 11000010 | 11001101 | 10111101 | 101 | 0 | 1000 | 10100 | 1100101 | 1110 | 1001101 |
Color Harmonies of #C2CDBD
Complementary color
Monochromatic Colors of #C2CDBD
Black with #C2CDBD
Text Example
Text Example
White with #C2CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDBD; }
p { color: rgb(194,205,189); }
H1.HeaderClassName
{
color: #C2CDBD;
}
.AnyTagClassName
{
color: #C2CDBD;
}
</style>
background-color css
<style>
a { background-color: #C2CDBD; }
a { background-color: rgb(194,205,189); }
div.DivClassName
{
background-color: #C2CDBD;
}
.BgClassName
{
background-color: #C2CDBD;
}
</style>
border-color css
<style>
span { border-color: #C2CDBD; }
span { border-color: rgb(194,205,189); }
td.TdClassName
{
border-color: #C2CDBD;
}
.TagClassName
{
border-color: #C2CDBD;
}
</style>