Shades of Reef #CCD89C
Tints of Reef #CCD89C
RGB
CMYK
RGB Variations
Color information
#CCD89C (or 0xCCD89C) is known color: Reef. HEX triplet: CC, D8 and 9C. RGB value is (204,216,156). Sum of RGB (Red+Green+Blue) = 204+216+156=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD89C is #332763. Grayscale: #CDCDCD. Windows color (decimal): -3352420 or 10279116. OLE color: 10279116.
HSL color Cylindrical-coordinate representation of color #CCD89C: hue angle of 72º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCD89C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 156 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.15 |
| HSL | 72º | 0.43% | 0.73% | - |
| HSV(B) | 72º | 0.28% | 0.85% | - |
| XYZ | 55.46 | 64.35 | 40.95 | - |
| YUV | 205.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 156 | 0.06 | 0 | 0.28 | 0.15 | 72 | 0.43 | 0.73 |
| Hex | CC | D8 | 9C | 6 | 0 | 1C | F | 48 | 2B | 49 |
| Octal | 314 | 330 | 234 | 6 | 0 | 34 | 17 | 110 | 53 | 111 |
| Binary | 11001100 | 11011000 | 10011100 | 110 | 0 | 11100 | 1111 | 1001000 | 101011 | 1001001 |
Color Harmonies of #CCD89C
Complementary color
Monochromatic Colors of #CCD89C
Black with #CCD89C
Text Example
Text Example
White with #CCD89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD89C; }
p { color: rgb(204,216,156); }
H1.HeaderClassName
{
color: #CCD89C;
}
.AnyTagClassName
{
color: #CCD89C;
}
</style>
background-color css
<style>
a { background-color: #CCD89C; }
a { background-color: rgb(204,216,156); }
div.DivClassName
{
background-color: #CCD89C;
}
.BgClassName
{
background-color: #CCD89C;
}
</style>
border-color css
<style>
span { border-color: #CCD89C; }
span { border-color: rgb(204,216,156); }
td.TdClassName
{
border-color: #CCD89C;
}
.TagClassName
{
border-color: #CCD89C;
}
</style>