Shades of Surf Crest #C0D1B6
Tints of Surf Crest #C0D1B6
RGB
CMYK
RGB Variations
Color information
#C0D1B6 (or 0xC0D1B6) is known color: Surf Crest. HEX triplet: C0, D1 and B6. RGB value is (192,209,182). Sum of RGB (Red+Green+Blue) = 192+209+182=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1B6 is #3F2E49. Grayscale: #C8C8C8. Windows color (decimal): -4140618 or 11981248. OLE color: 11981248.
HSL color Cylindrical-coordinate representation of color #C0D1B6: hue angle of 97.78º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0D1B6 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 182 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.18 |
| HSL | 97.78º | 0.23% | 0.77% | - |
| HSV(B) | 97.78º | 0.13% | 0.82% | - |
| XYZ | 52.98 | 60.18 | 53.08 | - |
| YUV | 200.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 182 | 0.08 | 0 | 0.13 | 0.18 | 97.78 | 0.23 | 0.77 |
| Hex | C0 | D1 | B6 | 8 | 0 | D | 12 | 62 | 17 | 4D |
| Octal | 300 | 321 | 266 | 10 | 0 | 15 | 22 | 142 | 27 | 115 |
| Binary | 11000000 | 11010001 | 10110110 | 1000 | 0 | 1101 | 10010 | 1100010 | 10111 | 1001101 |
Color Harmonies of #C0D1B6
Complementary color
Monochromatic Colors of #C0D1B6
Black with #C0D1B6
Text Example
Text Example
White with #C0D1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D1B6; }
p { color: rgb(192,209,182); }
H1.HeaderClassName
{
color: #C0D1B6;
}
.AnyTagClassName
{
color: #C0D1B6;
}
</style>
background-color css
<style>
a { background-color: #C0D1B6; }
a { background-color: rgb(192,209,182); }
div.DivClassName
{
background-color: #C0D1B6;
}
.BgClassName
{
background-color: #C0D1B6;
}
</style>
border-color css
<style>
span { border-color: #C0D1B6; }
span { border-color: rgb(192,209,182); }
td.TdClassName
{
border-color: #C0D1B6;
}
.TagClassName
{
border-color: #C0D1B6;
}
</style>