Shades of Deco #CCCC91
Tints of Deco #CCCC91
RGB
CMYK
RGB Variations
Color information
#CCCC91 (or 0xCCCC91) is known color: Deco. HEX triplet: CC, CC and 91. RGB value is (204,204,145). Sum of RGB (Red+Green+Blue) = 204+204+145=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC91 is #33336E. Grayscale: #C5C5C5. Windows color (decimal): -3355503 or 9555148. OLE color: 9555148.
HSL color Cylindrical-coordinate representation of color #CCCC91: hue angle of 60º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCCC91 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 145 | - |
| CMYK | 0 | 0 | 0.29 | 0.2 |
| HSL | 60º | 0.37% | 0.68% | - |
| HSV(B) | 60º | 0.29% | 0.8% | - |
| XYZ | 51.61 | 58.07 | 35.28 | - |
| YUV | 197.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 145 | 0 | 0 | 0.29 | 0.2 | 60 | 0.37 | 0.68 |
| Hex | CC | CC | 91 | 0 | 0 | 1D | 14 | 3C | 25 | 44 |
| Octal | 314 | 314 | 221 | 0 | 0 | 35 | 24 | 74 | 45 | 104 |
| Binary | 11001100 | 11001100 | 10010001 | 0 | 0 | 11101 | 10100 | 111100 | 100101 | 1000100 |
Color Harmonies of #CCCC91
Complementary color
Monochromatic Colors of #CCCC91
Black with #CCCC91
Text Example
Text Example
White with #CCCC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC91; }
p { color: rgb(204,204,145); }
H1.HeaderClassName
{
color: #CCCC91;
}
.AnyTagClassName
{
color: #CCCC91;
}
</style>
background-color css
<style>
a { background-color: #CCCC91; }
a { background-color: rgb(204,204,145); }
div.DivClassName
{
background-color: #CCCC91;
}
.BgClassName
{
background-color: #CCCC91;
}
</style>
border-color css
<style>
span { border-color: #CCCC91; }
span { border-color: rgb(204,204,145); }
td.TdClassName
{
border-color: #CCCC91;
}
.TagClassName
{
border-color: #CCCC91;
}
</style>