Shades of Deco #C3CA7E
Tints of Deco #C3CA7E
RGB
CMYK
RGB Variations
Color information
#C3CA7E (or 0xC3CA7E) is known color: Deco. HEX triplet: C3, CA and 7E. RGB value is (195,202,126). Sum of RGB (Red+Green+Blue) = 195+202+126=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CA7E is #3C3581. Grayscale: #BFBFBF. Windows color (decimal): -3945858 or 8309443. OLE color: 8309443.
HSL color Cylindrical-coordinate representation of color #C3CA7E: hue angle of 65.53º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3CA7E is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 126 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.21 |
| HSL | 65.53º | 0.42% | 0.64% | - |
| HSV(B) | 65.53º | 0.38% | 0.79% | - |
| XYZ | 47.39 | 55.35 | 27.92 | - |
| YUV | 191.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 126 | 0.03 | 0 | 0.38 | 0.21 | 65.53 | 0.42 | 0.64 |
| Hex | C3 | CA | 7E | 3 | 0 | 26 | 15 | 42 | 2A | 40 |
| Octal | 303 | 312 | 176 | 3 | 0 | 46 | 25 | 102 | 52 | 100 |
| Binary | 11000011 | 11001010 | 1111110 | 11 | 0 | 100110 | 10101 | 1000010 | 101010 | 1000000 |
Color Harmonies of #C3CA7E
Complementary color
Monochromatic Colors of #C3CA7E
Black with #C3CA7E
Text Example
Text Example
White with #C3CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CA7E; }
p { color: rgb(195,202,126); }
H1.HeaderClassName
{
color: #C3CA7E;
}
.AnyTagClassName
{
color: #C3CA7E;
}
</style>
background-color css
<style>
a { background-color: #C3CA7E; }
a { background-color: rgb(195,202,126); }
div.DivClassName
{
background-color: #C3CA7E;
}
.BgClassName
{
background-color: #C3CA7E;
}
</style>
border-color css
<style>
span { border-color: #C3CA7E; }
span { border-color: rgb(195,202,126); }
td.TdClassName
{
border-color: #C3CA7E;
}
.TagClassName
{
border-color: #C3CA7E;
}
</style>