Shades of Surf Crest #C0CCBB
Tints of Surf Crest #C0CCBB
RGB
CMYK
RGB Variations
Color information
#C0CCBB (or 0xC0CCBB) is known color: Surf Crest. HEX triplet: C0, CC and BB. RGB value is (192,204,187). Sum of RGB (Red+Green+Blue) = 192+204+187=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCBB is #3F3344. Grayscale: #C6C6C6. Windows color (decimal): -4141893 or 12307648. OLE color: 12307648.
HSL color Cylindrical-coordinate representation of color #C0CCBB: hue angle of 102.35º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CCBB is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 187 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.2 |
| HSL | 102.35º | 0.14% | 0.77% | - |
| HSV(B) | 102.35º | 0.08% | 0.8% | - |
| XYZ | 52.3 | 57.98 | 55.45 | - |
| YUV | 198.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 187 | 0.06 | 0 | 0.08 | 0.2 | 102.35 | 0.14 | 0.77 |
| Hex | C0 | CC | BB | 6 | 0 | 8 | 14 | 66 | E | 4D |
| Octal | 300 | 314 | 273 | 6 | 0 | 10 | 24 | 146 | 16 | 115 |
| Binary | 11000000 | 11001100 | 10111011 | 110 | 0 | 1000 | 10100 | 1100110 | 1110 | 1001101 |
Color Harmonies of #C0CCBB
Complementary color
Monochromatic Colors of #C0CCBB
Black with #C0CCBB
Text Example
Text Example
White with #C0CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCBB; }
p { color: rgb(192,204,187); }
H1.HeaderClassName
{
color: #C0CCBB;
}
.AnyTagClassName
{
color: #C0CCBB;
}
</style>
background-color css
<style>
a { background-color: #C0CCBB; }
a { background-color: rgb(192,204,187); }
div.DivClassName
{
background-color: #C0CCBB;
}
.BgClassName
{
background-color: #C0CCBB;
}
</style>
border-color css
<style>
span { border-color: #C0CCBB; }
span { border-color: rgb(192,204,187); }
td.TdClassName
{
border-color: #C0CCBB;
}
.TagClassName
{
border-color: #C0CCBB;
}
</style>