Shades of Deco #CCCA7B
Tints of Deco #CCCA7B
RGB
CMYK
RGB Variations
Color information
#CCCA7B (or 0xCCCA7B) is known color: Deco. HEX triplet: CC, CA and 7B. RGB value is (204,202,123). Sum of RGB (Red+Green+Blue) = 204+202+123=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA7B is #333584. Grayscale: #C1C1C1. Windows color (decimal): -3356037 or 8112844. OLE color: 8112844.
HSL color Cylindrical-coordinate representation of color #CCCA7B: hue angle of 58.52º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCCA7B is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 123 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.2 |
| HSL | 58.52º | 0.44% | 0.64% | - |
| HSV(B) | 58.52º | 0.4% | 0.8% | - |
| XYZ | 49.6 | 56.51 | 27.03 | - |
| YUV | 193.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 123 | 0 | 0.01 | 0.40 | 0.2 | 58.52 | 0.44 | 0.64 |
| Hex | CC | CA | 7B | 0 | 1 | 28 | 14 | 3B | 2C | 40 |
| Octal | 314 | 312 | 173 | 0 | 1 | 50 | 24 | 73 | 54 | 100 |
| Binary | 11001100 | 11001010 | 1111011 | 0 | 1 | 101000 | 10100 | 111011 | 101100 | 1000000 |
Color Harmonies of #CCCA7B
Complementary color
Monochromatic Colors of #CCCA7B
Black with #CCCA7B
Text Example
Text Example
White with #CCCA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCA7B; }
p { color: rgb(204,202,123); }
H1.HeaderClassName
{
color: #CCCA7B;
}
.AnyTagClassName
{
color: #CCCA7B;
}
</style>
background-color css
<style>
a { background-color: #CCCA7B; }
a { background-color: rgb(204,202,123); }
div.DivClassName
{
background-color: #CCCA7B;
}
.BgClassName
{
background-color: #CCCA7B;
}
</style>
border-color css
<style>
span { border-color: #CCCA7B; }
span { border-color: rgb(204,202,123); }
td.TdClassName
{
border-color: #CCCA7B;
}
.TagClassName
{
border-color: #CCCA7B;
}
</style>