Shades of Surf Crest #C6DCB6
Tints of Surf Crest #C6DCB6
RGB
CMYK
RGB Variations
Color information
#C6DCB6 (or 0xC6DCB6) is known color: Surf Crest. HEX triplet: C6, DC and B6. RGB value is (198,220,182). Sum of RGB (Red+Green+Blue) = 198+220+182=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCB6 is #392349. Grayscale: #D1D1D1. Windows color (decimal): -3744586 or 11984070. OLE color: 11984070.
HSL color Cylindrical-coordinate representation of color #C6DCB6: hue angle of 94.74º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6DCB6 is Cyan = 0.1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 182 | - |
| CMYK | 0.1 | 0 | 0.17 | 0.14 |
| HSL | 94.74º | 0.35% | 0.79% | - |
| HSV(B) | 94.74º | 0.17% | 0.86% | - |
| XYZ | 57.33 | 66.57 | 54.08 | - |
| YUV | 209.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 182 | 0.1 | 0 | 0.17 | 0.14 | 94.74 | 0.35 | 0.79 |
| Hex | C6 | DC | B6 | A | 0 | 11 | E | 5F | 23 | 4F |
| Octal | 306 | 334 | 266 | 12 | 0 | 21 | 16 | 137 | 43 | 117 |
| Binary | 11000110 | 11011100 | 10110110 | 1010 | 0 | 10001 | 1110 | 1011111 | 100011 | 1001111 |
Color Harmonies of #C6DCB6
Complementary color
Monochromatic Colors of #C6DCB6
Black with #C6DCB6
Text Example
Text Example
White with #C6DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DCB6; }
p { color: rgb(198,220,182); }
H1.HeaderClassName
{
color: #C6DCB6;
}
.AnyTagClassName
{
color: #C6DCB6;
}
</style>
background-color css
<style>
a { background-color: #C6DCB6; }
a { background-color: rgb(198,220,182); }
div.DivClassName
{
background-color: #C6DCB6;
}
.BgClassName
{
background-color: #C6DCB6;
}
</style>
border-color css
<style>
span { border-color: #C6DCB6; }
span { border-color: rgb(198,220,182); }
td.TdClassName
{
border-color: #C6DCB6;
}
.TagClassName
{
border-color: #C6DCB6;
}
</style>