Shades of Reef #CCDCA0
Tints of Reef #CCDCA0
RGB
CMYK
RGB Variations
Color information
#CCDCA0 (or 0xCCDCA0) is known color: Reef. HEX triplet: CC, DC and A0. RGB value is (204,220,160). Sum of RGB (Red+Green+Blue) = 204+220+160=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCA0 is #33235F. Grayscale: #D0D0D0. Windows color (decimal): -3351392 or 10542284. OLE color: 10542284.
HSL color Cylindrical-coordinate representation of color #CCDCA0: hue angle of 76º 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 #CCDCA0 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 160 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.14 |
| HSL | 76º | 0.46% | 0.75% | - |
| HSV(B) | 76º | 0.27% | 0.86% | - |
| XYZ | 56.84 | 66.56 | 43.11 | - |
| YUV | 208.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 160 | 0.07 | 0 | 0.27 | 0.14 | 76 | 0.46 | 0.75 |
| Hex | CC | DC | A0 | 7 | 0 | 1B | E | 4C | 2E | 4B |
| Octal | 314 | 334 | 240 | 7 | 0 | 33 | 16 | 114 | 56 | 113 |
| Binary | 11001100 | 11011100 | 10100000 | 111 | 0 | 11011 | 1110 | 1001100 | 101110 | 1001011 |
Color Harmonies of #CCDCA0
Complementary color
Monochromatic Colors of #CCDCA0
Black with #CCDCA0
Text Example
Text Example
White with #CCDCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCA0; }
p { color: rgb(204,220,160); }
H1.HeaderClassName
{
color: #CCDCA0;
}
.AnyTagClassName
{
color: #CCDCA0;
}
</style>
background-color css
<style>
a { background-color: #CCDCA0; }
a { background-color: rgb(204,220,160); }
div.DivClassName
{
background-color: #CCDCA0;
}
.BgClassName
{
background-color: #CCDCA0;
}
</style>
border-color css
<style>
span { border-color: #CCDCA0; }
span { border-color: rgb(204,220,160); }
td.TdClassName
{
border-color: #CCDCA0;
}
.TagClassName
{
border-color: #CCDCA0;
}
</style>