Shades of Surf Crest #C5DCBA
Tints of Surf Crest #C5DCBA
RGB
CMYK
RGB Variations
Color information
#C5DCBA (or 0xC5DCBA) is known color: Surf Crest. HEX triplet: C5, DC and BA. RGB value is (197,220,186). Sum of RGB (Red+Green+Blue) = 197+220+186=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCBA is #3A2345. Grayscale: #D1D1D1. Windows color (decimal): -3810118 or 12246213. OLE color: 12246213.
HSL color Cylindrical-coordinate representation of color #C5DCBA: hue angle of 100.59º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5DCBA is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 186 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.14 |
| HSL | 100.59º | 0.33% | 0.8% | - |
| HSV(B) | 100.59º | 0.15% | 0.86% | - |
| XYZ | 57.48 | 66.6 | 56.28 | - |
| YUV | 209.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 186 | 0.10 | 0 | 0.15 | 0.14 | 100.59 | 0.33 | 0.8 |
| Hex | C5 | DC | BA | A | 0 | F | E | 65 | 21 | 50 |
| Octal | 305 | 334 | 272 | 12 | 0 | 17 | 16 | 145 | 41 | 120 |
| Binary | 11000101 | 11011100 | 10111010 | 1010 | 0 | 1111 | 1110 | 1100101 | 100001 | 1010000 |
Color Harmonies of #C5DCBA
Complementary color
Monochromatic Colors of #C5DCBA
Black with #C5DCBA
Text Example
Text Example
White with #C5DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCBA; }
p { color: rgb(197,220,186); }
H1.HeaderClassName
{
color: #C5DCBA;
}
.AnyTagClassName
{
color: #C5DCBA;
}
</style>
background-color css
<style>
a { background-color: #C5DCBA; }
a { background-color: rgb(197,220,186); }
div.DivClassName
{
background-color: #C5DCBA;
}
.BgClassName
{
background-color: #C5DCBA;
}
</style>
border-color css
<style>
span { border-color: #C5DCBA; }
span { border-color: rgb(197,220,186); }
td.TdClassName
{
border-color: #C5DCBA;
}
.TagClassName
{
border-color: #C5DCBA;
}
</style>