Shades of Surf Crest #C0CBBB
Tints of Surf Crest #C0CBBB
RGB
CMYK
RGB Variations
Color information
#C0CBBB (or 0xC0CBBB) is known color: Surf Crest. HEX triplet: C0, CB and BB. RGB value is (192,203,187). Sum of RGB (Red+Green+Blue) = 192+203+187=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBBB is #3F3444. Grayscale: #C5C5C5. Windows color (decimal): -4142149 or 12307392. OLE color: 12307392.
HSL color Cylindrical-coordinate representation of color #C0CBBB: hue angle of 101.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CBBB is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 187 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.20 |
| HSL | 101.25º | 0.13% | 0.76% | - |
| HSV(B) | 101.25º | 0.08% | 0.8% | - |
| XYZ | 52.06 | 57.51 | 55.37 | - |
| YUV | 197.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 187 | 0.05 | 0 | 0.08 | 0.20 | 101.25 | 0.13 | 0.76 |
| Hex | C0 | CB | BB | 5 | 0 | 8 | 14 | 65 | D | 4C |
| Octal | 300 | 313 | 273 | 5 | 0 | 10 | 24 | 145 | 15 | 114 |
| Binary | 11000000 | 11001011 | 10111011 | 101 | 0 | 1000 | 10100 | 1100101 | 1101 | 1001100 |
Color Harmonies of #C0CBBB
Complementary color
Monochromatic Colors of #C0CBBB
Black with #C0CBBB
Text Example
Text Example
White with #C0CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBBB; }
p { color: rgb(192,203,187); }
H1.HeaderClassName
{
color: #C0CBBB;
}
.AnyTagClassName
{
color: #C0CBBB;
}
</style>
background-color css
<style>
a { background-color: #C0CBBB; }
a { background-color: rgb(192,203,187); }
div.DivClassName
{
background-color: #C0CBBB;
}
.BgClassName
{
background-color: #C0CBBB;
}
</style>
border-color css
<style>
span { border-color: #C0CBBB; }
span { border-color: rgb(192,203,187); }
td.TdClassName
{
border-color: #C0CBBB;
}
.TagClassName
{
border-color: #C0CBBB;
}
</style>