Shades of Deco #CECE83
Tints of Deco #CECE83
RGB
CMYK
RGB Variations
Color information
#CECE83 (or 0xCECE83) is known color: Deco. HEX triplet: CE, CE and 83. RGB value is (206,206,131). Sum of RGB (Red+Green+Blue) = 206+206+131=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECE83 is #31317C. Grayscale: #C5C5C5. Windows color (decimal): -3223933 or 8638158. OLE color: 8638158.
HSL color Cylindrical-coordinate representation of color #CECE83: hue angle of 60º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CECE83 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 131 | - |
| CMYK | 0 | 0 | 0.36 | 0.19 |
| HSL | 60º | 0.43% | 0.66% | - |
| HSV(B) | 60º | 0.36% | 0.81% | - |
| XYZ | 51.62 | 58.9 | 30.12 | - |
| YUV | 197.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 131 | 0 | 0 | 0.36 | 0.19 | 60 | 0.43 | 0.66 |
| Hex | CE | CE | 83 | 0 | 0 | 24 | 13 | 3C | 2B | 42 |
| Octal | 316 | 316 | 203 | 0 | 0 | 44 | 23 | 74 | 53 | 102 |
| Binary | 11001110 | 11001110 | 10000011 | 0 | 0 | 100100 | 10011 | 111100 | 101011 | 1000010 |
Color Harmonies of #CECE83
Complementary color
Monochromatic Colors of #CECE83
Black with #CECE83
Text Example
Text Example
White with #CECE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE83; }
p { color: rgb(206,206,131); }
H1.HeaderClassName
{
color: #CECE83;
}
.AnyTagClassName
{
color: #CECE83;
}
</style>
background-color css
<style>
a { background-color: #CECE83; }
a { background-color: rgb(206,206,131); }
div.DivClassName
{
background-color: #CECE83;
}
.BgClassName
{
background-color: #CECE83;
}
</style>
border-color css
<style>
span { border-color: #CECE83; }
span { border-color: rgb(206,206,131); }
td.TdClassName
{
border-color: #CECE83;
}
.TagClassName
{
border-color: #CECE83;
}
</style>