Shades of Reef #C8DCA0
Tints of Reef #C8DCA0
RGB
CMYK
RGB Variations
Color information
#C8DCA0 (or 0xC8DCA0) is known color: Reef. HEX triplet: C8, DC and A0. RGB value is (200,220,160). Sum of RGB (Red+Green+Blue) = 200+220+160=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DCA0 is #37235F. Grayscale: #CFCFCF. Windows color (decimal): -3613536 or 10542280. OLE color: 10542280.
HSL color Cylindrical-coordinate representation of color #C8DCA0: hue angle of 80º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8DCA0 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 160 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.14 |
| HSL | 80º | 0.46% | 0.75% | - |
| HSV(B) | 80º | 0.27% | 0.86% | - |
| XYZ | 55.76 | 66 | 43.06 | - |
| YUV | 207.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 160 | 0.09 | 0 | 0.27 | 0.14 | 80 | 0.46 | 0.75 |
| Hex | C8 | DC | A0 | 9 | 0 | 1B | E | 50 | 2E | 4B |
| Octal | 310 | 334 | 240 | 11 | 0 | 33 | 16 | 120 | 56 | 113 |
| Binary | 11001000 | 11011100 | 10100000 | 1001 | 0 | 11011 | 1110 | 1010000 | 101110 | 1001011 |
Color Harmonies of #C8DCA0
Complementary color
Monochromatic Colors of #C8DCA0
Black with #C8DCA0
Text Example
Text Example
White with #C8DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCA0; }
p { color: rgb(200,220,160); }
H1.HeaderClassName
{
color: #C8DCA0;
}
.AnyTagClassName
{
color: #C8DCA0;
}
</style>
background-color css
<style>
a { background-color: #C8DCA0; }
a { background-color: rgb(200,220,160); }
div.DivClassName
{
background-color: #C8DCA0;
}
.BgClassName
{
background-color: #C8DCA0;
}
</style>
border-color css
<style>
span { border-color: #C8DCA0; }
span { border-color: rgb(200,220,160); }
td.TdClassName
{
border-color: #C8DCA0;
}
.TagClassName
{
border-color: #C8DCA0;
}
</style>