Shades of Surf Crest #C2CFBD
Tints of Surf Crest #C2CFBD
RGB
CMYK
RGB Variations
Color information
#C2CFBD (or 0xC2CFBD) is known color: Surf Crest. HEX triplet: C2, CF and BD. RGB value is (194,207,189). Sum of RGB (Red+Green+Blue) = 194+207+189=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFBD is #3D3042. Grayscale: #C9C9C9. Windows color (decimal): -4010051 or 12439490. OLE color: 12439490.
HSL color Cylindrical-coordinate representation of color #C2CFBD: hue angle of 103.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2CFBD is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 189 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.19 |
| HSL | 103.33º | 0.16% | 0.78% | - |
| HSV(B) | 103.33º | 0.09% | 0.81% | - |
| XYZ | 53.75 | 59.77 | 56.85 | - |
| YUV | 201.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 189 | 0.06 | 0 | 0.09 | 0.19 | 103.33 | 0.16 | 0.78 |
| Hex | C2 | CF | BD | 6 | 0 | 9 | 13 | 67 | 10 | 4E |
| Octal | 302 | 317 | 275 | 6 | 0 | 11 | 23 | 147 | 20 | 116 |
| Binary | 11000010 | 11001111 | 10111101 | 110 | 0 | 1001 | 10011 | 1100111 | 10000 | 1001110 |
Color Harmonies of #C2CFBD
Complementary color
Monochromatic Colors of #C2CFBD
Black with #C2CFBD
Text Example
Text Example
White with #C2CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFBD; }
p { color: rgb(194,207,189); }
H1.HeaderClassName
{
color: #C2CFBD;
}
.AnyTagClassName
{
color: #C2CFBD;
}
</style>
background-color css
<style>
a { background-color: #C2CFBD; }
a { background-color: rgb(194,207,189); }
div.DivClassName
{
background-color: #C2CFBD;
}
.BgClassName
{
background-color: #C2CFBD;
}
</style>
border-color css
<style>
span { border-color: #C2CFBD; }
span { border-color: rgb(194,207,189); }
td.TdClassName
{
border-color: #C2CFBD;
}
.TagClassName
{
border-color: #C2CFBD;
}
</style>