Shades of Surf Crest #C2CFB9
Tints of Surf Crest #C2CFB9
RGB
CMYK
RGB Variations
Color information
#C2CFB9 (or 0xC2CFB9) is known color: Surf Crest. HEX triplet: C2, CF and B9. RGB value is (194,207,185). Sum of RGB (Red+Green+Blue) = 194+207+185=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFB9 is #3D3046. Grayscale: #C8C8C8. Windows color (decimal): -4010055 or 12177346. OLE color: 12177346.
HSL color Cylindrical-coordinate representation of color #C2CFB9: hue angle of 95.45º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CFB9 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 185 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.19 |
| HSL | 95.45º | 0.19% | 0.77% | - |
| HSV(B) | 95.45º | 0.11% | 0.81% | - |
| XYZ | 53.32 | 59.6 | 54.59 | - |
| YUV | 200.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 185 | 0.06 | 0 | 0.11 | 0.19 | 95.45 | 0.19 | 0.77 |
| Hex | C2 | CF | B9 | 6 | 0 | B | 13 | 5F | 13 | 4D |
| Octal | 302 | 317 | 271 | 6 | 0 | 13 | 23 | 137 | 23 | 115 |
| Binary | 11000010 | 11001111 | 10111001 | 110 | 0 | 1011 | 10011 | 1011111 | 10011 | 1001101 |
Color Harmonies of #C2CFB9
Complementary color
Monochromatic Colors of #C2CFB9
Black with #C2CFB9
Text Example
Text Example
White with #C2CFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFB9; }
p { color: rgb(194,207,185); }
H1.HeaderClassName
{
color: #C2CFB9;
}
.AnyTagClassName
{
color: #C2CFB9;
}
</style>
background-color css
<style>
a { background-color: #C2CFB9; }
a { background-color: rgb(194,207,185); }
div.DivClassName
{
background-color: #C2CFB9;
}
.BgClassName
{
background-color: #C2CFB9;
}
</style>
border-color css
<style>
span { border-color: #C2CFB9; }
span { border-color: rgb(194,207,185); }
td.TdClassName
{
border-color: #C2CFB9;
}
.TagClassName
{
border-color: #C2CFB9;
}
</style>