Shades of Reef #C8DCA3
Tints of Reef #C8DCA3
RGB
CMYK
RGB Variations
Color information
#C8DCA3 (or 0xC8DCA3) is known color: Reef. HEX triplet: C8, DC and A3. RGB value is (200,220,163). Sum of RGB (Red+Green+Blue) = 200+220+163=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 163 (64.06% from 255 or 27.96% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DCA3 is #37235C. Grayscale: #CFCFCF. Windows color (decimal): -3613533 or 10738888. OLE color: 10738888.
HSL color Cylindrical-coordinate representation of color #C8DCA3: hue angle of 81.05º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8DCA3 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 163 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.14 |
| HSL | 81.05º | 0.45% | 0.75% | - |
| HSV(B) | 81.05º | 0.26% | 0.86% | - |
| XYZ | 56.02 | 66.11 | 44.46 | - |
| YUV | 207.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 163 | 0.09 | 0 | 0.26 | 0.14 | 81.05 | 0.45 | 0.75 |
| Hex | C8 | DC | A3 | 9 | 0 | 1A | E | 51 | 2D | 4B |
| Octal | 310 | 334 | 243 | 11 | 0 | 32 | 16 | 121 | 55 | 113 |
| Binary | 11001000 | 11011100 | 10100011 | 1001 | 0 | 11010 | 1110 | 1010001 | 101101 | 1001011 |
Color Harmonies of #C8DCA3
Complementary color
Monochromatic Colors of #C8DCA3
Black with #C8DCA3
Text Example
Text Example
White with #C8DCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCA3; }
p { color: rgb(200,220,163); }
H1.HeaderClassName
{
color: #C8DCA3;
}
.AnyTagClassName
{
color: #C8DCA3;
}
</style>
background-color css
<style>
a { background-color: #C8DCA3; }
a { background-color: rgb(200,220,163); }
div.DivClassName
{
background-color: #C8DCA3;
}
.BgClassName
{
background-color: #C8DCA3;
}
</style>
border-color css
<style>
span { border-color: #C8DCA3; }
span { border-color: rgb(200,220,163); }
td.TdClassName
{
border-color: #C8DCA3;
}
.TagClassName
{
border-color: #C8DCA3;
}
</style>