Shades of Surf Crest #C0DCBA
Tints of Surf Crest #C0DCBA
RGB
CMYK
RGB Variations
Color information
#C0DCBA (or 0xC0DCBA) is known color: Surf Crest. HEX triplet: C0, DC and BA. RGB value is (192,220,186). Sum of RGB (Red+Green+Blue) = 192+220+186=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCBA is #3F2345. Grayscale: #CFCFCF. Windows color (decimal): -4137798 or 12246208. OLE color: 12246208.
HSL color Cylindrical-coordinate representation of color #C0DCBA: hue angle of 109.41º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0DCBA is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 186 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.14 |
| HSL | 109.41º | 0.33% | 0.8% | - |
| HSV(B) | 109.41º | 0.15% | 0.86% | - |
| XYZ | 56.19 | 65.94 | 56.22 | - |
| YUV | 207.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 186 | 0.13 | 0 | 0.15 | 0.14 | 109.41 | 0.33 | 0.8 |
| Hex | C0 | DC | BA | D | 0 | F | E | 6D | 21 | 50 |
| Octal | 300 | 334 | 272 | 15 | 0 | 17 | 16 | 155 | 41 | 120 |
| Binary | 11000000 | 11011100 | 10111010 | 1101 | 0 | 1111 | 1110 | 1101101 | 100001 | 1010000 |
Color Harmonies of #C0DCBA
Complementary color
Monochromatic Colors of #C0DCBA
Black with #C0DCBA
Text Example
Text Example
White with #C0DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCBA; }
p { color: rgb(192,220,186); }
H1.HeaderClassName
{
color: #C0DCBA;
}
.AnyTagClassName
{
color: #C0DCBA;
}
</style>
background-color css
<style>
a { background-color: #C0DCBA; }
a { background-color: rgb(192,220,186); }
div.DivClassName
{
background-color: #C0DCBA;
}
.BgClassName
{
background-color: #C0DCBA;
}
</style>
border-color css
<style>
span { border-color: #C0DCBA; }
span { border-color: rgb(192,220,186); }
td.TdClassName
{
border-color: #C0DCBA;
}
.TagClassName
{
border-color: #C0DCBA;
}
</style>