Shades of Reef #C8DDA0
Tints of Reef #C8DDA0
RGB
CMYK
RGB Variations
Color information
#C8DDA0 (or 0xC8DDA0) is known color: Reef. HEX triplet: C8, DD and A0. RGB value is (200,221,160). Sum of RGB (Red+Green+Blue) = 200+221+160=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DDA0 is #37225F. Grayscale: #CFCFCF. Windows color (decimal): -3613280 or 10542536. OLE color: 10542536.
HSL color Cylindrical-coordinate representation of color #C8DDA0: hue angle of 80.66º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8DDA0 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 160 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.13 |
| HSL | 80.66º | 0.47% | 0.75% | - |
| HSV(B) | 80.66º | 0.28% | 0.87% | - |
| XYZ | 56.02 | 66.53 | 43.15 | - |
| YUV | 207.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 160 | 0.10 | 0 | 0.28 | 0.13 | 80.66 | 0.47 | 0.75 |
| Hex | C8 | DD | A0 | A | 0 | 1C | D | 51 | 2F | 4B |
| Octal | 310 | 335 | 240 | 12 | 0 | 34 | 15 | 121 | 57 | 113 |
| Binary | 11001000 | 11011101 | 10100000 | 1010 | 0 | 11100 | 1101 | 1010001 | 101111 | 1001011 |
Color Harmonies of #C8DDA0
Complementary color
Monochromatic Colors of #C8DDA0
Black with #C8DDA0
Text Example
Text Example
White with #C8DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDA0; }
p { color: rgb(200,221,160); }
H1.HeaderClassName
{
color: #C8DDA0;
}
.AnyTagClassName
{
color: #C8DDA0;
}
</style>
background-color css
<style>
a { background-color: #C8DDA0; }
a { background-color: rgb(200,221,160); }
div.DivClassName
{
background-color: #C8DDA0;
}
.BgClassName
{
background-color: #C8DDA0;
}
</style>
border-color css
<style>
span { border-color: #C8DDA0; }
span { border-color: rgb(200,221,160); }
td.TdClassName
{
border-color: #C8DDA0;
}
.TagClassName
{
border-color: #C8DDA0;
}
</style>