Shades of Surf Crest #C0CFB9
Tints of Surf Crest #C0CFB9
RGB
CMYK
RGB Variations
Color information
#C0CFB9 (or 0xC0CFB9) is known color: Surf Crest. HEX triplet: C0, CF and B9. RGB value is (192,207,185). Sum of RGB (Red+Green+Blue) = 192+207+185=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFB9 is #3F3046. Grayscale: #C8C8C8. Windows color (decimal): -4141127 or 12177344. OLE color: 12177344.
HSL color Cylindrical-coordinate representation of color #C0CFB9: hue angle of 100.91º 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 #C0CFB9 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 185 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.19 |
| HSL | 100.91º | 0.19% | 0.77% | - |
| HSV(B) | 100.91º | 0.11% | 0.81% | - |
| XYZ | 52.81 | 59.33 | 54.57 | - |
| YUV | 200.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 185 | 0.07 | 0 | 0.11 | 0.19 | 100.91 | 0.19 | 0.77 |
| Hex | C0 | CF | B9 | 7 | 0 | B | 13 | 65 | 13 | 4D |
| Octal | 300 | 317 | 271 | 7 | 0 | 13 | 23 | 145 | 23 | 115 |
| Binary | 11000000 | 11001111 | 10111001 | 111 | 0 | 1011 | 10011 | 1100101 | 10011 | 1001101 |
Color Harmonies of #C0CFB9
Complementary color
Monochromatic Colors of #C0CFB9
Black with #C0CFB9
Text Example
Text Example
White with #C0CFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFB9; }
p { color: rgb(192,207,185); }
H1.HeaderClassName
{
color: #C0CFB9;
}
.AnyTagClassName
{
color: #C0CFB9;
}
</style>
background-color css
<style>
a { background-color: #C0CFB9; }
a { background-color: rgb(192,207,185); }
div.DivClassName
{
background-color: #C0CFB9;
}
.BgClassName
{
background-color: #C0CFB9;
}
</style>
border-color css
<style>
span { border-color: #C0CFB9; }
span { border-color: rgb(192,207,185); }
td.TdClassName
{
border-color: #C0CFB9;
}
.TagClassName
{
border-color: #C0CFB9;
}
</style>