Shades of Surf Crest #C0CABB
Tints of Surf Crest #C0CABB
RGB
CMYK
RGB Variations
Color information
#C0CABB (or 0xC0CABB) is known color: Surf Crest. HEX triplet: C0, CA and BB. RGB value is (192,202,187). Sum of RGB (Red+Green+Blue) = 192+202+187=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CABB is #3F3544. Grayscale: #C5C5C5. Windows color (decimal): -4142405 or 12307136. OLE color: 12307136.
HSL color Cylindrical-coordinate representation of color #C0CABB: hue angle of 100º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0CABB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 187 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.21 |
| HSL | 100º | 0.12% | 0.76% | - |
| HSV(B) | 100º | 0.07% | 0.79% | - |
| XYZ | 51.83 | 57.04 | 55.29 | - |
| YUV | 197.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 187 | 0.05 | 0 | 0.07 | 0.21 | 100 | 0.12 | 0.76 |
| Hex | C0 | CA | BB | 5 | 0 | 7 | 15 | 64 | C | 4C |
| Octal | 300 | 312 | 273 | 5 | 0 | 7 | 25 | 144 | 14 | 114 |
| Binary | 11000000 | 11001010 | 10111011 | 101 | 0 | 111 | 10101 | 1100100 | 1100 | 1001100 |
Color Harmonies of #C0CABB
Complementary color
Monochromatic Colors of #C0CABB
Black with #C0CABB
Text Example
Text Example
White with #C0CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CABB; }
p { color: rgb(192,202,187); }
H1.HeaderClassName
{
color: #C0CABB;
}
.AnyTagClassName
{
color: #C0CABB;
}
</style>
background-color css
<style>
a { background-color: #C0CABB; }
a { background-color: rgb(192,202,187); }
div.DivClassName
{
background-color: #C0CABB;
}
.BgClassName
{
background-color: #C0CABB;
}
</style>
border-color css
<style>
span { border-color: #C0CABB; }
span { border-color: rgb(192,202,187); }
td.TdClassName
{
border-color: #C0CABB;
}
.TagClassName
{
border-color: #C0CABB;
}
</style>