Shades of Surf Crest #C0CBBC
Tints of Surf Crest #C0CBBC
RGB
CMYK
RGB Variations
Color information
#C0CBBC (or 0xC0CBBC) is known color: Surf Crest. HEX triplet: C0, CB and BC. RGB value is (192,203,188). Sum of RGB (Red+Green+Blue) = 192+203+188=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBBC is #3F3443. Grayscale: #C6C6C6. Windows color (decimal): -4142148 or 12372928. OLE color: 12372928.
HSL color Cylindrical-coordinate representation of color #C0CBBC: hue angle of 104º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0CBBC is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 188 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.20 |
| HSL | 104º | 0.13% | 0.77% | - |
| HSV(B) | 104º | 0.07% | 0.8% | - |
| XYZ | 52.17 | 57.55 | 55.94 | - |
| YUV | 198 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 188 | 0.05 | 0 | 0.07 | 0.20 | 104 | 0.13 | 0.77 |
| Hex | C0 | CB | BC | 5 | 0 | 7 | 14 | 68 | D | 4D |
| Octal | 300 | 313 | 274 | 5 | 0 | 7 | 24 | 150 | 15 | 115 |
| Binary | 11000000 | 11001011 | 10111100 | 101 | 0 | 111 | 10100 | 1101000 | 1101 | 1001101 |
Color Harmonies of #C0CBBC
Complementary color
Monochromatic Colors of #C0CBBC
Black with #C0CBBC
Text Example
Text Example
White with #C0CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBBC; }
p { color: rgb(192,203,188); }
H1.HeaderClassName
{
color: #C0CBBC;
}
.AnyTagClassName
{
color: #C0CBBC;
}
</style>
background-color css
<style>
a { background-color: #C0CBBC; }
a { background-color: rgb(192,203,188); }
div.DivClassName
{
background-color: #C0CBBC;
}
.BgClassName
{
background-color: #C0CBBC;
}
</style>
border-color css
<style>
span { border-color: #C0CBBC; }
span { border-color: rgb(192,203,188); }
td.TdClassName
{
border-color: #C0CBBC;
}
.TagClassName
{
border-color: #C0CBBC;
}
</style>