Shades of Reef #CCDC95
Tints of Reef #CCDC95
RGB
CMYK
RGB Variations
Color information
#CCDC95 (or 0xCCDC95) is known color: Reef. HEX triplet: CC, DC and 95. RGB value is (204,220,149). Sum of RGB (Red+Green+Blue) = 204+220+149=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC95 is #33236A. Grayscale: #CFCFCF. Windows color (decimal): -3351403 or 9821388. OLE color: 9821388.
HSL color Cylindrical-coordinate representation of color #CCDC95: hue angle of 73.52º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCDC95 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 149 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.14 |
| HSL | 73.52º | 0.5% | 0.72% | - |
| HSV(B) | 73.52º | 0.32% | 0.86% | - |
| XYZ | 55.92 | 66.19 | 38.26 | - |
| YUV | 207.12 | 95.2 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 149 | 0.07 | 0 | 0.32 | 0.14 | 73.52 | 0.5 | 0.72 |
| Hex | CC | DC | 95 | 7 | 0 | 20 | E | 4A | 32 | 48 |
| Octal | 314 | 334 | 225 | 7 | 0 | 40 | 16 | 112 | 62 | 110 |
| Binary | 11001100 | 11011100 | 10010101 | 111 | 0 | 100000 | 1110 | 1001010 | 110010 | 1001000 |
Color Harmonies of #CCDC95
Complementary color
Monochromatic Colors of #CCDC95
Black with #CCDC95
Text Example
Text Example
White with #CCDC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC95; }
p { color: rgb(204,220,149); }
H1.HeaderClassName
{
color: #CCDC95;
}
.AnyTagClassName
{
color: #CCDC95;
}
</style>
background-color css
<style>
a { background-color: #CCDC95; }
a { background-color: rgb(204,220,149); }
div.DivClassName
{
background-color: #CCDC95;
}
.BgClassName
{
background-color: #CCDC95;
}
</style>
border-color css
<style>
span { border-color: #CCDC95; }
span { border-color: rgb(204,220,149); }
td.TdClassName
{
border-color: #CCDC95;
}
.TagClassName
{
border-color: #CCDC95;
}
</style>