Shades of Surf Crest #C0CCBE
Tints of Surf Crest #C0CCBE
RGB
CMYK
RGB Variations
Color information
#C0CCBE (or 0xC0CCBE) is known color: Surf Crest. HEX triplet: C0, CC and BE. RGB value is (192,204,190). Sum of RGB (Red+Green+Blue) = 192+204+190=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCBE is #3F3341. Grayscale: #C6C6C6. Windows color (decimal): -4141890 or 12504256. OLE color: 12504256.
HSL color Cylindrical-coordinate representation of color #C0CCBE: hue angle of 111.43º degrees, saturation: 0.12, 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 #C0CCBE is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 192 | 204 | 190 | - |
CMYK | 0.06 | 0 | 0.07 | 0.2 |
HSL | 111.43º | 0.12% | 0.77% | - |
HSV(B) | 111.43º | 0.07% | 0.8% | - |
XYZ | 52.63 | 58.11 | 57.16 | - |
YUV | 198.82 | 123.02 | 123.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 190 | 0.06 | 0 | 0.07 | 0.2 | 111.43 | 0.12 | 0.77 |
Hex | C0 | CC | BE | 6 | 0 | 7 | 14 | 6F | C | 4D |
Octal | 300 | 314 | 276 | 6 | 0 | 7 | 24 | 157 | 14 | 115 |
Binary | 11000000 | 11001100 | 10111110 | 110 | 0 | 111 | 10100 | 1101111 | 1100 | 1001101 |
Color Harmonies of #C0CCBE
Complementary color
Monochromatic Colors of #C0CCBE
Black with #C0CCBE
Text Example
Text Example
White with #C0CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCBE; }
p { color: rgb(192,204,190); }
H1.HeaderClassName
{
color: #C0CCBE;
}
.AnyTagClassName
{
color: #C0CCBE;
}
</style>
background-color css
<style>
a { background-color: #C0CCBE; }
a { background-color: rgb(192,204,190); }
div.DivClassName
{
background-color: #C0CCBE;
}
.BgClassName
{
background-color: #C0CCBE;
}
</style>
border-color css
<style>
span { border-color: #C0CCBE; }
span { border-color: rgb(192,204,190); }
td.TdClassName
{
border-color: #C0CCBE;
}
.TagClassName
{
border-color: #C0CCBE;
}
</style>