Shades of Deco #C5CD7B
Tints of Deco #C5CD7B
RGB
CMYK
RGB Variations
Color information
#C5CD7B (or 0xC5CD7B) is known color: Deco. HEX triplet: C5, CD and 7B. RGB value is (197,205,123). Sum of RGB (Red+Green+Blue) = 197+205+123=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD7B is #3A3284. Grayscale: #C1C1C1. Windows color (decimal): -3814021 or 8113605. OLE color: 8113605.
HSL color Cylindrical-coordinate representation of color #C5CD7B: hue angle of 65.85º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5CD7B is Cyan = 0.04, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 123 | - |
| CMYK | 0.04 | 0 | 0.4 | 0.20 |
| HSL | 65.85º | 0.45% | 0.64% | - |
| HSV(B) | 65.85º | 0.4% | 0.8% | - |
| XYZ | 48.43 | 56.96 | 27.18 | - |
| YUV | 193.26 | 88.35 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 123 | 0.04 | 0 | 0.4 | 0.20 | 65.85 | 0.45 | 0.64 |
| Hex | C5 | CD | 7B | 4 | 0 | 28 | 14 | 42 | 2D | 40 |
| Octal | 305 | 315 | 173 | 4 | 0 | 50 | 24 | 102 | 55 | 100 |
| Binary | 11000101 | 11001101 | 1111011 | 100 | 0 | 101000 | 10100 | 1000010 | 101101 | 1000000 |
Color Harmonies of #C5CD7B
Complementary color
Monochromatic Colors of #C5CD7B
Black with #C5CD7B
Text Example
Text Example
White with #C5CD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CD7B; }
p { color: rgb(197,205,123); }
H1.HeaderClassName
{
color: #C5CD7B;
}
.AnyTagClassName
{
color: #C5CD7B;
}
</style>
background-color css
<style>
a { background-color: #C5CD7B; }
a { background-color: rgb(197,205,123); }
div.DivClassName
{
background-color: #C5CD7B;
}
.BgClassName
{
background-color: #C5CD7B;
}
</style>
border-color css
<style>
span { border-color: #C5CD7B; }
span { border-color: rgb(197,205,123); }
td.TdClassName
{
border-color: #C5CD7B;
}
.TagClassName
{
border-color: #C5CD7B;
}
</style>