Shades of Surf Crest #C6D6BA
Tints of Surf Crest #C6D6BA
RGB
CMYK
RGB Variations
Color information
#C6D6BA (or 0xC6D6BA) is known color: Surf Crest. HEX triplet: C6, D6 and BA. RGB value is (198,214,186). Sum of RGB (Red+Green+Blue) = 198+214+186=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D6BA is #392945. Grayscale: #CECECE. Windows color (decimal): -3746118 or 12244678. OLE color: 12244678.
HSL color Cylindrical-coordinate representation of color #C6D6BA: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6D6BA is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 186 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.16 |
| HSL | 94.29º | 0.25% | 0.78% | - |
| HSV(B) | 94.29º | 0.13% | 0.84% | - |
| XYZ | 56.2 | 63.64 | 55.78 | - |
| YUV | 206.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 186 | 0.07 | 0 | 0.13 | 0.16 | 94.29 | 0.25 | 0.78 |
| Hex | C6 | D6 | BA | 7 | 0 | D | 10 | 5E | 19 | 4E |
| Octal | 306 | 326 | 272 | 7 | 0 | 15 | 20 | 136 | 31 | 116 |
| Binary | 11000110 | 11010110 | 10111010 | 111 | 0 | 1101 | 10000 | 1011110 | 11001 | 1001110 |
Color Harmonies of #C6D6BA
Complementary color
Monochromatic Colors of #C6D6BA
Black with #C6D6BA
Text Example
Text Example
White with #C6D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D6BA; }
p { color: rgb(198,214,186); }
H1.HeaderClassName
{
color: #C6D6BA;
}
.AnyTagClassName
{
color: #C6D6BA;
}
</style>
background-color css
<style>
a { background-color: #C6D6BA; }
a { background-color: rgb(198,214,186); }
div.DivClassName
{
background-color: #C6D6BA;
}
.BgClassName
{
background-color: #C6D6BA;
}
</style>
border-color css
<style>
span { border-color: #C6D6BA; }
span { border-color: rgb(198,214,186); }
td.TdClassName
{
border-color: #C6D6BA;
}
.TagClassName
{
border-color: #C6D6BA;
}
</style>