Shades of Reef #C8DB9D
Tints of Reef #C8DB9D
RGB
CMYK
RGB Variations
Color information
#C8DB9D (or 0xC8DB9D) is known color: Reef. HEX triplet: C8, DB and 9D. RGB value is (200,219,157). Sum of RGB (Red+Green+Blue) = 200+219+157=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DB9D is #372462. Grayscale: #CECECE. Windows color (decimal): -3613795 or 10345416. OLE color: 10345416.
HSL color Cylindrical-coordinate representation of color #C8DB9D: hue angle of 78.39º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8DB9D is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 157 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.14 |
| HSL | 78.39º | 0.46% | 0.74% | - |
| HSV(B) | 78.39º | 0.28% | 0.86% | - |
| XYZ | 55.24 | 65.38 | 41.61 | - |
| YUV | 206.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 157 | 0.09 | 0 | 0.28 | 0.14 | 78.39 | 0.46 | 0.74 |
| Hex | C8 | DB | 9D | 9 | 0 | 1C | E | 4E | 2E | 4A |
| Octal | 310 | 333 | 235 | 11 | 0 | 34 | 16 | 116 | 56 | 112 |
| Binary | 11001000 | 11011011 | 10011101 | 1001 | 0 | 11100 | 1110 | 1001110 | 101110 | 1001010 |
Color Harmonies of #C8DB9D
Complementary color
Monochromatic Colors of #C8DB9D
Black with #C8DB9D
Text Example
Text Example
White with #C8DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB9D; }
p { color: rgb(200,219,157); }
H1.HeaderClassName
{
color: #C8DB9D;
}
.AnyTagClassName
{
color: #C8DB9D;
}
</style>
background-color css
<style>
a { background-color: #C8DB9D; }
a { background-color: rgb(200,219,157); }
div.DivClassName
{
background-color: #C8DB9D;
}
.BgClassName
{
background-color: #C8DB9D;
}
</style>
border-color css
<style>
span { border-color: #C8DB9D; }
span { border-color: rgb(200,219,157); }
td.TdClassName
{
border-color: #C8DB9D;
}
.TagClassName
{
border-color: #C8DB9D;
}
</style>