Shades of Deco #CCCF7A
Tints of Deco #CCCF7A
RGB
CMYK
RGB Variations
Color information
#CCCF7A (or 0xCCCF7A) is known color: Deco. HEX triplet: CC, CF and 7A. RGB value is (204,207,122). Sum of RGB (Red+Green+Blue) = 204+207+122=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF7A is #333085. Grayscale: #C4C4C4. Windows color (decimal): -3354758 or 8048588. OLE color: 8048588.
HSL color Cylindrical-coordinate representation of color #CCCF7A: hue angle of 62.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCCF7A is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 122 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.19 |
| HSL | 62.12º | 0.47% | 0.65% | - |
| HSV(B) | 62.12º | 0.41% | 0.81% | - |
| XYZ | 50.73 | 58.87 | 27.1 | - |
| YUV | 196.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 122 | 0.01 | 0 | 0.41 | 0.19 | 62.12 | 0.47 | 0.65 |
| Hex | CC | CF | 7A | 1 | 0 | 29 | 13 | 3E | 2F | 41 |
| Octal | 314 | 317 | 172 | 1 | 0 | 51 | 23 | 76 | 57 | 101 |
| Binary | 11001100 | 11001111 | 1111010 | 1 | 0 | 101001 | 10011 | 111110 | 101111 | 1000001 |
Color Harmonies of #CCCF7A
Complementary color
Monochromatic Colors of #CCCF7A
Black with #CCCF7A
Text Example
Text Example
White with #CCCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF7A; }
p { color: rgb(204,207,122); }
H1.HeaderClassName
{
color: #CCCF7A;
}
.AnyTagClassName
{
color: #CCCF7A;
}
</style>
background-color css
<style>
a { background-color: #CCCF7A; }
a { background-color: rgb(204,207,122); }
div.DivClassName
{
background-color: #CCCF7A;
}
.BgClassName
{
background-color: #CCCF7A;
}
</style>
border-color css
<style>
span { border-color: #CCCF7A; }
span { border-color: rgb(204,207,122); }
td.TdClassName
{
border-color: #CCCF7A;
}
.TagClassName
{
border-color: #CCCF7A;
}
</style>