Shades of Deco #C3CB84
Tints of Deco #C3CB84
RGB
CMYK
RGB Variations
Color information
#C3CB84 (or 0xC3CB84) is known color: Deco. HEX triplet: C3, CB and 84. RGB value is (195,203,132). Sum of RGB (Red+Green+Blue) = 195+203+132=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CB84 is #3C347B. Grayscale: #C0C0C0. Windows color (decimal): -3945596 or 8702915. OLE color: 8702915.
HSL color Cylindrical-coordinate representation of color #C3CB84: hue angle of 66.76º 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 #C3CB84 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 132 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.20 |
| HSL | 66.76º | 0.41% | 0.66% | - |
| HSV(B) | 66.76º | 0.35% | 0.8% | - |
| XYZ | 48.03 | 55.98 | 30.1 | - |
| YUV | 192.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 132 | 0.04 | 0 | 0.35 | 0.20 | 66.76 | 0.41 | 0.66 |
| Hex | C3 | CB | 84 | 4 | 0 | 23 | 14 | 43 | 29 | 42 |
| Octal | 303 | 313 | 204 | 4 | 0 | 43 | 24 | 103 | 51 | 102 |
| Binary | 11000011 | 11001011 | 10000100 | 100 | 0 | 100011 | 10100 | 1000011 | 101001 | 1000010 |
Color Harmonies of #C3CB84
Complementary color
Monochromatic Colors of #C3CB84
Black with #C3CB84
Text Example
Text Example
White with #C3CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CB84; }
p { color: rgb(195,203,132); }
H1.HeaderClassName
{
color: #C3CB84;
}
.AnyTagClassName
{
color: #C3CB84;
}
</style>
background-color css
<style>
a { background-color: #C3CB84; }
a { background-color: rgb(195,203,132); }
div.DivClassName
{
background-color: #C3CB84;
}
.BgClassName
{
background-color: #C3CB84;
}
</style>
border-color css
<style>
span { border-color: #C3CB84; }
span { border-color: rgb(195,203,132); }
td.TdClassName
{
border-color: #C3CB84;
}
.TagClassName
{
border-color: #C3CB84;
}
</style>