Shades of Surf Crest #C0DAB3
Tints of Surf Crest #C0DAB3
RGB
CMYK
RGB Variations
Color information
#C0DAB3 (or 0xC0DAB3) is known color: Surf Crest. HEX triplet: C0, DA and B3. RGB value is (192,218,179). Sum of RGB (Red+Green+Blue) = 192+218+179=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DAB3 is #3F254C. Grayscale: #CDCDCD. Windows color (decimal): -4138317 or 11786944. OLE color: 11786944.
HSL color Cylindrical-coordinate representation of color #C0DAB3: hue angle of 100º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0DAB3 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 179 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.15 |
| HSL | 100º | 0.35% | 0.78% | - |
| HSV(B) | 100º | 0.18% | 0.85% | - |
| XYZ | 54.95 | 64.6 | 52.22 | - |
| YUV | 205.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 179 | 0.12 | 0 | 0.18 | 0.15 | 100 | 0.35 | 0.78 |
| Hex | C0 | DA | B3 | C | 0 | 12 | F | 64 | 23 | 4E |
| Octal | 300 | 332 | 263 | 14 | 0 | 22 | 17 | 144 | 43 | 116 |
| Binary | 11000000 | 11011010 | 10110011 | 1100 | 0 | 10010 | 1111 | 1100100 | 100011 | 1001110 |
Color Harmonies of #C0DAB3
Complementary color
Monochromatic Colors of #C0DAB3
Black with #C0DAB3
Text Example
Text Example
White with #C0DAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAB3; }
p { color: rgb(192,218,179); }
H1.HeaderClassName
{
color: #C0DAB3;
}
.AnyTagClassName
{
color: #C0DAB3;
}
</style>
background-color css
<style>
a { background-color: #C0DAB3; }
a { background-color: rgb(192,218,179); }
div.DivClassName
{
background-color: #C0DAB3;
}
.BgClassName
{
background-color: #C0DAB3;
}
</style>
border-color css
<style>
span { border-color: #C0DAB3; }
span { border-color: rgb(192,218,179); }
td.TdClassName
{
border-color: #C0DAB3;
}
.TagClassName
{
border-color: #C0DAB3;
}
</style>