Shades of Deco #CECC7B
Tints of Deco #CECC7B
RGB
CMYK
RGB Variations
Color information
#CECC7B (or 0xCECC7B) is known color: Deco. HEX triplet: CE, CC and 7B. RGB value is (206,204,123). Sum of RGB (Red+Green+Blue) = 206+204+123=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC7B is #313384. Grayscale: #C3C3C3. Windows color (decimal): -3224453 or 8113358. OLE color: 8113358.
HSL color Cylindrical-coordinate representation of color #CECC7B: hue angle of 58.55º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CECC7B is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 123 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.19 |
| HSL | 58.55º | 0.46% | 0.65% | - |
| HSV(B) | 58.55º | 0.4% | 0.81% | - |
| XYZ | 50.62 | 57.74 | 27.22 | - |
| YUV | 195.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 123 | 0 | 0.01 | 0.40 | 0.19 | 58.55 | 0.46 | 0.65 |
| Hex | CE | CC | 7B | 0 | 1 | 28 | 13 | 3B | 2E | 41 |
| Octal | 316 | 314 | 173 | 0 | 1 | 50 | 23 | 73 | 56 | 101 |
| Binary | 11001110 | 11001100 | 1111011 | 0 | 1 | 101000 | 10011 | 111011 | 101110 | 1000001 |
Color Harmonies of #CECC7B
Complementary color
Monochromatic Colors of #CECC7B
Black with #CECC7B
Text Example
Text Example
White with #CECC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC7B; }
p { color: rgb(206,204,123); }
H1.HeaderClassName
{
color: #CECC7B;
}
.AnyTagClassName
{
color: #CECC7B;
}
</style>
background-color css
<style>
a { background-color: #CECC7B; }
a { background-color: rgb(206,204,123); }
div.DivClassName
{
background-color: #CECC7B;
}
.BgClassName
{
background-color: #CECC7B;
}
</style>
border-color css
<style>
span { border-color: #CECC7B; }
span { border-color: rgb(206,204,123); }
td.TdClassName
{
border-color: #CECC7B;
}
.TagClassName
{
border-color: #CECC7B;
}
</style>