Shades of Reef #C8E6A5
Tints of Reef #C8E6A5
RGB
CMYK
RGB Variations
Color information
#C8E6A5 (or 0xC8E6A5) is known color: Reef. HEX triplet: C8, E6 and A5. RGB value is (200,230,165). Sum of RGB (Red+Green+Blue) = 200+230+165=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E6A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E6A5 is #37195A. Grayscale: #D5D5D5. Windows color (decimal): -3610971 or 10872520. OLE color: 10872520.
HSL color Cylindrical-coordinate representation of color #C8E6A5: hue angle of 87.69º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8E6A5 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 165 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.10 |
| HSL | 87.69º | 0.57% | 0.77% | - |
| HSV(B) | 87.69º | 0.28% | 0.9% | - |
| XYZ | 58.91 | 71.59 | 46.31 | - |
| YUV | 213.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 165 | 0.13 | 0 | 0.28 | 0.10 | 87.69 | 0.57 | 0.77 |
| Hex | C8 | E6 | A5 | D | 0 | 1C | A | 58 | 39 | 4D |
| Octal | 310 | 346 | 245 | 15 | 0 | 34 | 12 | 130 | 71 | 115 |
| Binary | 11001000 | 11100110 | 10100101 | 1101 | 0 | 11100 | 1010 | 1011000 | 111001 | 1001101 |
Color Harmonies of #C8E6A5
Complementary color
Monochromatic Colors of #C8E6A5
Black with #C8E6A5
Text Example
Text Example
White with #C8E6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E6A5; }
p { color: rgb(200,230,165); }
H1.HeaderClassName
{
color: #C8E6A5;
}
.AnyTagClassName
{
color: #C8E6A5;
}
</style>
background-color css
<style>
a { background-color: #C8E6A5; }
a { background-color: rgb(200,230,165); }
div.DivClassName
{
background-color: #C8E6A5;
}
.BgClassName
{
background-color: #C8E6A5;
}
</style>
border-color css
<style>
span { border-color: #C8E6A5; }
span { border-color: rgb(200,230,165); }
td.TdClassName
{
border-color: #C8E6A5;
}
.TagClassName
{
border-color: #C8E6A5;
}
</style>