Shades of Surf Crest #C6DBC0
Tints of Surf Crest #C6DBC0
RGB
CMYK
RGB Variations
Color information
#C6DBC0 (or 0xC6DBC0) is known color: Surf Crest. HEX triplet: C6, DB and C0. RGB value is (198,219,192). Sum of RGB (Red+Green+Blue) = 198+219+192=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBC0 is #39243F. Grayscale: #D1D1D1. Windows color (decimal): -3744832 or 12639174. OLE color: 12639174.
HSL color Cylindrical-coordinate representation of color #C6DBC0: hue angle of 106.67º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6DBC0 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 192 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.14 |
| HSL | 106.67º | 0.27% | 0.81% | - |
| HSV(B) | 106.67º | 0.12% | 0.86% | - |
| XYZ | 58.13 | 66.47 | 59.64 | - |
| YUV | 209.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 192 | 0.10 | 0 | 0.12 | 0.14 | 106.67 | 0.27 | 0.81 |
| Hex | C6 | DB | C0 | A | 0 | C | E | 6B | 1B | 51 |
| Octal | 306 | 333 | 300 | 12 | 0 | 14 | 16 | 153 | 33 | 121 |
| Binary | 11000110 | 11011011 | 11000000 | 1010 | 0 | 1100 | 1110 | 1101011 | 11011 | 1010001 |
Color Harmonies of #C6DBC0
Complementary color
Monochromatic Colors of #C6DBC0
Black with #C6DBC0
Text Example
Text Example
White with #C6DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBC0; }
p { color: rgb(198,219,192); }
H1.HeaderClassName
{
color: #C6DBC0;
}
.AnyTagClassName
{
color: #C6DBC0;
}
</style>
background-color css
<style>
a { background-color: #C6DBC0; }
a { background-color: rgb(198,219,192); }
div.DivClassName
{
background-color: #C6DBC0;
}
.BgClassName
{
background-color: #C6DBC0;
}
</style>
border-color css
<style>
span { border-color: #C6DBC0; }
span { border-color: rgb(198,219,192); }
td.TdClassName
{
border-color: #C6DBC0;
}
.TagClassName
{
border-color: #C6DBC0;
}
</style>