Shades of Deco #CCCB85
Tints of Deco #CCCB85
RGB
CMYK
RGB Variations
Color information
#CCCB85 (or 0xCCCB85) is known color: Deco. HEX triplet: CC, CB and 85. RGB value is (204,203,133). Sum of RGB (Red+Green+Blue) = 204+203+133=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB85 is #33347A. Grayscale: #C3C3C3. Windows color (decimal): -3355771 or 8768460. OLE color: 8768460.
HSL color Cylindrical-coordinate representation of color #CCCB85: hue angle of 59.15º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCCB85 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 133 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.2 |
| HSL | 59.15º | 0.41% | 0.66% | - |
| HSV(B) | 59.15º | 0.35% | 0.8% | - |
| XYZ | 50.49 | 57.24 | 30.58 | - |
| YUV | 195.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 133 | 0 | 0.00 | 0.35 | 0.2 | 59.15 | 0.41 | 0.66 |
| Hex | CC | CB | 85 | 0 | 0 | 23 | 14 | 3B | 29 | 42 |
| Octal | 314 | 313 | 205 | 0 | 0 | 43 | 24 | 73 | 51 | 102 |
| Binary | 11001100 | 11001011 | 10000101 | 0 | 0 | 100011 | 10100 | 111011 | 101001 | 1000010 |
Color Harmonies of #CCCB85
Complementary color
Monochromatic Colors of #CCCB85
Black with #CCCB85
Text Example
Text Example
White with #CCCB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB85; }
p { color: rgb(204,203,133); }
H1.HeaderClassName
{
color: #CCCB85;
}
.AnyTagClassName
{
color: #CCCB85;
}
</style>
background-color css
<style>
a { background-color: #CCCB85; }
a { background-color: rgb(204,203,133); }
div.DivClassName
{
background-color: #CCCB85;
}
.BgClassName
{
background-color: #CCCB85;
}
</style>
border-color css
<style>
span { border-color: #CCCB85; }
span { border-color: rgb(204,203,133); }
td.TdClassName
{
border-color: #CCCB85;
}
.TagClassName
{
border-color: #CCCB85;
}
</style>