Shades of Surf Crest #C0CABD
Tints of Surf Crest #C0CABD
RGB
CMYK
RGB Variations
Color information
#C0CABD (or 0xC0CABD) is known color: Surf Crest. HEX triplet: C0, CA and BD. RGB value is (192,202,189). Sum of RGB (Red+Green+Blue) = 192+202+189=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CABD is #3F3542. Grayscale: #C5C5C5. Windows color (decimal): -4142403 or 12438208. OLE color: 12438208.
HSL color Cylindrical-coordinate representation of color #C0CABD: hue angle of 106.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CABD is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 189 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.21 |
| HSL | 106.15º | 0.11% | 0.77% | - |
| HSV(B) | 106.15º | 0.06% | 0.79% | - |
| XYZ | 52.04 | 57.12 | 56.43 | - |
| YUV | 197.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 189 | 0.05 | 0 | 0.06 | 0.21 | 106.15 | 0.11 | 0.77 |
| Hex | C0 | CA | BD | 5 | 0 | 6 | 15 | 6A | B | 4D |
| Octal | 300 | 312 | 275 | 5 | 0 | 6 | 25 | 152 | 13 | 115 |
| Binary | 11000000 | 11001010 | 10111101 | 101 | 0 | 110 | 10101 | 1101010 | 1011 | 1001101 |
Color Harmonies of #C0CABD
Complementary color
Monochromatic Colors of #C0CABD
Black with #C0CABD
Text Example
Text Example
White with #C0CABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CABD; }
p { color: rgb(192,202,189); }
H1.HeaderClassName
{
color: #C0CABD;
}
.AnyTagClassName
{
color: #C0CABD;
}
</style>
background-color css
<style>
a { background-color: #C0CABD; }
a { background-color: rgb(192,202,189); }
div.DivClassName
{
background-color: #C0CABD;
}
.BgClassName
{
background-color: #C0CABD;
}
</style>
border-color css
<style>
span { border-color: #C0CABD; }
span { border-color: rgb(192,202,189); }
td.TdClassName
{
border-color: #C0CABD;
}
.TagClassName
{
border-color: #C0CABD;
}
</style>