Shades of Surf Crest #C0CFBA
Tints of Surf Crest #C0CFBA
RGB
CMYK
RGB Variations
Color information
#C0CFBA (or 0xC0CFBA) is known color: Surf Crest. HEX triplet: C0, CF and BA. RGB value is (192,207,186). Sum of RGB (Red+Green+Blue) = 192+207+186=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFBA is #3F3045. Grayscale: #C8C8C8. Windows color (decimal): -4141126 or 12242880. OLE color: 12242880.
HSL color Cylindrical-coordinate representation of color #C0CFBA: hue angle of 102.86º degrees, saturation: 0.18, 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 #C0CFBA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 186 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.19 |
| HSL | 102.86º | 0.18% | 0.77% | - |
| HSV(B) | 102.86º | 0.1% | 0.81% | - |
| XYZ | 52.91 | 59.38 | 55.13 | - |
| YUV | 200.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 186 | 0.07 | 0 | 0.10 | 0.19 | 102.86 | 0.18 | 0.77 |
| Hex | C0 | CF | BA | 7 | 0 | A | 13 | 67 | 12 | 4D |
| Octal | 300 | 317 | 272 | 7 | 0 | 12 | 23 | 147 | 22 | 115 |
| Binary | 11000000 | 11001111 | 10111010 | 111 | 0 | 1010 | 10011 | 1100111 | 10010 | 1001101 |
Color Harmonies of #C0CFBA
Complementary color
Monochromatic Colors of #C0CFBA
Black with #C0CFBA
Text Example
Text Example
White with #C0CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFBA; }
p { color: rgb(192,207,186); }
H1.HeaderClassName
{
color: #C0CFBA;
}
.AnyTagClassName
{
color: #C0CFBA;
}
</style>
background-color css
<style>
a { background-color: #C0CFBA; }
a { background-color: rgb(192,207,186); }
div.DivClassName
{
background-color: #C0CFBA;
}
.BgClassName
{
background-color: #C0CFBA;
}
</style>
border-color css
<style>
span { border-color: #C0CFBA; }
span { border-color: rgb(192,207,186); }
td.TdClassName
{
border-color: #C0CFBA;
}
.TagClassName
{
border-color: #C0CFBA;
}
</style>