Shades of Reef #C8DB9A
Tints of Reef #C8DB9A
RGB
CMYK
RGB Variations
Color information
#C8DB9A (or 0xC8DB9A) is known color: Reef. HEX triplet: C8, DB and 9A. RGB value is (200,219,154). Sum of RGB (Red+Green+Blue) = 200+219+154=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DB9A is #372465. Grayscale: #CECECE. Windows color (decimal): -3613798 or 10148808. OLE color: 10148808.
HSL color Cylindrical-coordinate representation of color #C8DB9A: hue angle of 77.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8DB9A is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 154 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.14 |
| HSL | 77.54º | 0.47% | 0.73% | - |
| HSV(B) | 77.54º | 0.3% | 0.86% | - |
| XYZ | 54.98 | 65.28 | 40.27 | - |
| YUV | 205.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 154 | 0.09 | 0 | 0.30 | 0.14 | 77.54 | 0.47 | 0.73 |
| Hex | C8 | DB | 9A | 9 | 0 | 1E | E | 4E | 2F | 49 |
| Octal | 310 | 333 | 232 | 11 | 0 | 36 | 16 | 116 | 57 | 111 |
| Binary | 11001000 | 11011011 | 10011010 | 1001 | 0 | 11110 | 1110 | 1001110 | 101111 | 1001001 |
Color Harmonies of #C8DB9A
Complementary color
Monochromatic Colors of #C8DB9A
Black with #C8DB9A
Text Example
Text Example
White with #C8DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB9A; }
p { color: rgb(200,219,154); }
H1.HeaderClassName
{
color: #C8DB9A;
}
.AnyTagClassName
{
color: #C8DB9A;
}
</style>
background-color css
<style>
a { background-color: #C8DB9A; }
a { background-color: rgb(200,219,154); }
div.DivClassName
{
background-color: #C8DB9A;
}
.BgClassName
{
background-color: #C8DB9A;
}
</style>
border-color css
<style>
span { border-color: #C8DB9A; }
span { border-color: rgb(200,219,154); }
td.TdClassName
{
border-color: #C8DB9A;
}
.TagClassName
{
border-color: #C8DB9A;
}
</style>