Shades of Surf Crest #C0CDBA
Tints of Surf Crest #C0CDBA
RGB
CMYK
RGB Variations
Color information
#C0CDBA (or 0xC0CDBA) is known color: Surf Crest. HEX triplet: C0, CD and BA. RGB value is (192,205,186). Sum of RGB (Red+Green+Blue) = 192+205+186=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDBA is #3F3245. Grayscale: #C7C7C7. Windows color (decimal): -4141638 or 12242368. OLE color: 12242368.
HSL color Cylindrical-coordinate representation of color #C0CDBA: hue angle of 101.05º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0CDBA is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 186 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.20 |
| HSL | 101.05º | 0.16% | 0.77% | - |
| HSV(B) | 101.05º | 0.09% | 0.8% | - |
| XYZ | 52.43 | 58.41 | 54.97 | - |
| YUV | 198.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 186 | 0.06 | 0 | 0.09 | 0.20 | 101.05 | 0.16 | 0.77 |
| Hex | C0 | CD | BA | 6 | 0 | 9 | 14 | 65 | 10 | 4D |
| Octal | 300 | 315 | 272 | 6 | 0 | 11 | 24 | 145 | 20 | 115 |
| Binary | 11000000 | 11001101 | 10111010 | 110 | 0 | 1001 | 10100 | 1100101 | 10000 | 1001101 |
Color Harmonies of #C0CDBA
Complementary color
Monochromatic Colors of #C0CDBA
Black with #C0CDBA
Text Example
Text Example
White with #C0CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDBA; }
p { color: rgb(192,205,186); }
H1.HeaderClassName
{
color: #C0CDBA;
}
.AnyTagClassName
{
color: #C0CDBA;
}
</style>
background-color css
<style>
a { background-color: #C0CDBA; }
a { background-color: rgb(192,205,186); }
div.DivClassName
{
background-color: #C0CDBA;
}
.BgClassName
{
background-color: #C0CDBA;
}
</style>
border-color css
<style>
span { border-color: #C0CDBA; }
span { border-color: rgb(192,205,186); }
td.TdClassName
{
border-color: #C0CDBA;
}
.TagClassName
{
border-color: #C0CDBA;
}
</style>