Shades of Surf Crest #C0CBBE
Tints of Surf Crest #C0CBBE
RGB
CMYK
RGB Variations
Color information
#C0CBBE (or 0xC0CBBE) is known color: Surf Crest. HEX triplet: C0, CB and BE. RGB value is (192,203,190). Sum of RGB (Red+Green+Blue) = 192+203+190=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBBE is #3F3441. Grayscale: #C6C6C6. Windows color (decimal): -4142146 or 12504000. OLE color: 12504000.
HSL color Cylindrical-coordinate representation of color #C0CBBE: hue angle of 110.77º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CBBE is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 190 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.20 |
| HSL | 110.77º | 0.11% | 0.77% | - |
| HSV(B) | 110.77º | 0.06% | 0.8% | - |
| XYZ | 52.39 | 57.64 | 57.08 | - |
| YUV | 198.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 190 | 0.05 | 0 | 0.06 | 0.20 | 110.77 | 0.11 | 0.77 |
| Hex | C0 | CB | BE | 5 | 0 | 6 | 14 | 6F | B | 4D |
| Octal | 300 | 313 | 276 | 5 | 0 | 6 | 24 | 157 | 13 | 115 |
| Binary | 11000000 | 11001011 | 10111110 | 101 | 0 | 110 | 10100 | 1101111 | 1011 | 1001101 |
Color Harmonies of #C0CBBE
Complementary color
Monochromatic Colors of #C0CBBE
Black with #C0CBBE
Text Example
Text Example
White with #C0CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBBE; }
p { color: rgb(192,203,190); }
H1.HeaderClassName
{
color: #C0CBBE;
}
.AnyTagClassName
{
color: #C0CBBE;
}
</style>
background-color css
<style>
a { background-color: #C0CBBE; }
a { background-color: rgb(192,203,190); }
div.DivClassName
{
background-color: #C0CBBE;
}
.BgClassName
{
background-color: #C0CBBE;
}
</style>
border-color css
<style>
span { border-color: #C0CBBE; }
span { border-color: rgb(192,203,190); }
td.TdClassName
{
border-color: #C0CBBE;
}
.TagClassName
{
border-color: #C0CBBE;
}
</style>