Shades of Surf Crest #C0CFBE
Tints of Surf Crest #C0CFBE
RGB
CMYK
RGB Variations
Color information
#C0CFBE (or 0xC0CFBE) is known color: Surf Crest. HEX triplet: C0, CF and BE. RGB value is (192,207,190). Sum of RGB (Red+Green+Blue) = 192+207+190=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFBE is #3F3041. Grayscale: #C8C8C8. Windows color (decimal): -4141122 or 12505024. OLE color: 12505024.
HSL color Cylindrical-coordinate representation of color #C0CFBE: hue angle of 112.94º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CFBE is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 190 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.19 |
| HSL | 112.94º | 0.15% | 0.78% | - |
| HSV(B) | 112.94º | 0.08% | 0.81% | - |
| XYZ | 53.35 | 59.55 | 57.4 | - |
| YUV | 200.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 190 | 0.07 | 0 | 0.08 | 0.19 | 112.94 | 0.15 | 0.78 |
| Hex | C0 | CF | BE | 7 | 0 | 8 | 13 | 71 | F | 4E |
| Octal | 300 | 317 | 276 | 7 | 0 | 10 | 23 | 161 | 17 | 116 |
| Binary | 11000000 | 11001111 | 10111110 | 111 | 0 | 1000 | 10011 | 1110001 | 1111 | 1001110 |
Color Harmonies of #C0CFBE
Complementary color
Monochromatic Colors of #C0CFBE
Black with #C0CFBE
Text Example
Text Example
White with #C0CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFBE; }
p { color: rgb(192,207,190); }
H1.HeaderClassName
{
color: #C0CFBE;
}
.AnyTagClassName
{
color: #C0CFBE;
}
</style>
background-color css
<style>
a { background-color: #C0CFBE; }
a { background-color: rgb(192,207,190); }
div.DivClassName
{
background-color: #C0CFBE;
}
.BgClassName
{
background-color: #C0CFBE;
}
</style>
border-color css
<style>
span { border-color: #C0CFBE; }
span { border-color: rgb(192,207,190); }
td.TdClassName
{
border-color: #C0CFBE;
}
.TagClassName
{
border-color: #C0CFBE;
}
</style>