Shades of Reef #CCF0A0
Tints of Reef #CCF0A0
RGB
CMYK
RGB Variations
Color information
#CCF0A0 (or 0xCCF0A0) is known color: Reef. HEX triplet: CC, F0 and A0. RGB value is (204,240,160). Sum of RGB (Red+Green+Blue) = 204+240+160=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF0A0 is #330F5F. Grayscale: #DCDCDC. Windows color (decimal): -3346272 or 10547404. OLE color: 10547404.
HSL color Cylindrical-coordinate representation of color #CCF0A0: hue angle of 87º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCF0A0 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 160 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.06 |
| HSL | 87º | 0.73% | 0.78% | - |
| HSV(B) | 87º | 0.33% | 0.94% | - |
| XYZ | 62.41 | 77.7 | 44.97 | - |
| YUV | 220.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 160 | 0.15 | 0 | 0.33 | 0.06 | 87 | 0.73 | 0.78 |
| Hex | CC | F0 | A0 | F | 0 | 21 | 6 | 57 | 49 | 4E |
| Octal | 314 | 360 | 240 | 17 | 0 | 41 | 6 | 127 | 111 | 116 |
| Binary | 11001100 | 11110000 | 10100000 | 1111 | 0 | 100001 | 110 | 1010111 | 1001001 | 1001110 |
Color Harmonies of #CCF0A0
Complementary color
Monochromatic Colors of #CCF0A0
Black with #CCF0A0
Text Example
Text Example
White with #CCF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0A0; }
p { color: rgb(204,240,160); }
H1.HeaderClassName
{
color: #CCF0A0;
}
.AnyTagClassName
{
color: #CCF0A0;
}
</style>
background-color css
<style>
a { background-color: #CCF0A0; }
a { background-color: rgb(204,240,160); }
div.DivClassName
{
background-color: #CCF0A0;
}
.BgClassName
{
background-color: #CCF0A0;
}
</style>
border-color css
<style>
span { border-color: #CCF0A0; }
span { border-color: rgb(204,240,160); }
td.TdClassName
{
border-color: #CCF0A0;
}
.TagClassName
{
border-color: #CCF0A0;
}
</style>