Shades of Deco #C5CA7B
Tints of Deco #C5CA7B
RGB
CMYK
RGB Variations
Color information
#C5CA7B (or 0xC5CA7B) is known color: Deco. HEX triplet: C5, CA and 7B. RGB value is (197,202,123). Sum of RGB (Red+Green+Blue) = 197+202+123=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA7B is #3A3584. Grayscale: #BFBFBF. Windows color (decimal): -3814789 or 8112837. OLE color: 8112837.
HSL color Cylindrical-coordinate representation of color #C5CA7B: hue angle of 63.8º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5CA7B is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 123 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.21 |
| HSL | 63.8º | 0.43% | 0.64% | - |
| HSV(B) | 63.8º | 0.39% | 0.79% | - |
| XYZ | 47.72 | 55.54 | 26.94 | - |
| YUV | 191.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 123 | 0.02 | 0 | 0.39 | 0.21 | 63.8 | 0.43 | 0.64 |
| Hex | C5 | CA | 7B | 2 | 0 | 27 | 15 | 40 | 2B | 40 |
| Octal | 305 | 312 | 173 | 2 | 0 | 47 | 25 | 100 | 53 | 100 |
| Binary | 11000101 | 11001010 | 1111011 | 10 | 0 | 100111 | 10101 | 1000000 | 101011 | 1000000 |
Color Harmonies of #C5CA7B
Complementary color
Monochromatic Colors of #C5CA7B
Black with #C5CA7B
Text Example
Text Example
White with #C5CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA7B; }
p { color: rgb(197,202,123); }
H1.HeaderClassName
{
color: #C5CA7B;
}
.AnyTagClassName
{
color: #C5CA7B;
}
</style>
background-color css
<style>
a { background-color: #C5CA7B; }
a { background-color: rgb(197,202,123); }
div.DivClassName
{
background-color: #C5CA7B;
}
.BgClassName
{
background-color: #C5CA7B;
}
</style>
border-color css
<style>
span { border-color: #C5CA7B; }
span { border-color: rgb(197,202,123); }
td.TdClassName
{
border-color: #C5CA7B;
}
.TagClassName
{
border-color: #C5CA7B;
}
</style>