Shades of Surf Crest #C6DAB9
Tints of Surf Crest #C6DAB9
RGB
CMYK
RGB Variations
Color information
#C6DAB9 (or 0xC6DAB9) is known color: Surf Crest. HEX triplet: C6, DA and B9. RGB value is (198,218,185). Sum of RGB (Red+Green+Blue) = 198+218+185=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DAB9 is #392546. Grayscale: #D0D0D0. Windows color (decimal): -3745095 or 12180166. OLE color: 12180166.
HSL color Cylindrical-coordinate representation of color #C6DAB9: hue angle of 96.36º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6DAB9 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
RGB | 198 | 218 | 185 | - |
CMYK | 0.09 | 0 | 0.15 | 0.15 |
HSL | 96.36º | 0.31% | 0.79% | - |
HSV(B) | 96.36º | 0.15% | 0.85% | - |
XYZ | 57.12 | 65.65 | 55.56 | - |
YUV | 208.26 | 114.87 | 120.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 218 | 185 | 0.09 | 0 | 0.15 | 0.15 | 96.36 | 0.31 | 0.79 |
Hex | C6 | DA | B9 | 9 | 0 | F | F | 60 | 1F | 4F |
Octal | 306 | 332 | 271 | 11 | 0 | 17 | 17 | 140 | 37 | 117 |
Binary | 11000110 | 11011010 | 10111001 | 1001 | 0 | 1111 | 1111 | 1100000 | 11111 | 1001111 |
Color Harmonies of #C6DAB9
Complementary color
Monochromatic Colors of #C6DAB9
Black with #C6DAB9
Text Example
Text Example
White with #C6DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DAB9; }
p { color: rgb(198,218,185); }
H1.HeaderClassName
{
color: #C6DAB9;
}
.AnyTagClassName
{
color: #C6DAB9;
}
</style>
background-color css
<style>
a { background-color: #C6DAB9; }
a { background-color: rgb(198,218,185); }
div.DivClassName
{
background-color: #C6DAB9;
}
.BgClassName
{
background-color: #C6DAB9;
}
</style>
border-color css
<style>
span { border-color: #C6DAB9; }
span { border-color: rgb(198,218,185); }
td.TdClassName
{
border-color: #C6DAB9;
}
.TagClassName
{
border-color: #C6DAB9;
}
</style>