Shades of Surf Crest #C0CFBB
Tints of Surf Crest #C0CFBB
RGB
CMYK
RGB Variations
Color information
#C0CFBB (or 0xC0CFBB) is known color: Surf Crest. HEX triplet: C0, CF and BB. RGB value is (192,207,187). Sum of RGB (Red+Green+Blue) = 192+207+187=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFBB is #3F3044. Grayscale: #C8C8C8. Windows color (decimal): -4141125 or 12308416. OLE color: 12308416.
HSL color Cylindrical-coordinate representation of color #C0CFBB: hue angle of 105º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CFBB is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 187 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.19 |
| HSL | 105º | 0.17% | 0.77% | - |
| HSV(B) | 105º | 0.1% | 0.81% | - |
| XYZ | 53.02 | 59.42 | 55.69 | - |
| YUV | 200.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 187 | 0.07 | 0 | 0.10 | 0.19 | 105 | 0.17 | 0.77 |
| Hex | C0 | CF | BB | 7 | 0 | A | 13 | 69 | 11 | 4D |
| Octal | 300 | 317 | 273 | 7 | 0 | 12 | 23 | 151 | 21 | 115 |
| Binary | 11000000 | 11001111 | 10111011 | 111 | 0 | 1010 | 10011 | 1101001 | 10001 | 1001101 |
Color Harmonies of #C0CFBB
Complementary color
Monochromatic Colors of #C0CFBB
Black with #C0CFBB
Text Example
Text Example
White with #C0CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFBB; }
p { color: rgb(192,207,187); }
H1.HeaderClassName
{
color: #C0CFBB;
}
.AnyTagClassName
{
color: #C0CFBB;
}
</style>
background-color css
<style>
a { background-color: #C0CFBB; }
a { background-color: rgb(192,207,187); }
div.DivClassName
{
background-color: #C0CFBB;
}
.BgClassName
{
background-color: #C0CFBB;
}
</style>
border-color css
<style>
span { border-color: #C0CFBB; }
span { border-color: rgb(192,207,187); }
td.TdClassName
{
border-color: #C0CFBB;
}
.TagClassName
{
border-color: #C0CFBB;
}
</style>