Shades of Deco #C5CF7B
Tints of Deco #C5CF7B
RGB
CMYK
RGB Variations
Color information
#C5CF7B (or 0xC5CF7B) is known color: Deco. HEX triplet: C5, CF and 7B. RGB value is (197,207,123). Sum of RGB (Red+Green+Blue) = 197+207+123=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF7B is #3A3084. Grayscale: #C2C2C2. Windows color (decimal): -3813509 or 8114117. OLE color: 8114117.
HSL color Cylindrical-coordinate representation of color #C5CF7B: hue angle of 67.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5CF7B is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 123 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.19 |
| HSL | 67.14º | 0.47% | 0.65% | - |
| HSV(B) | 67.14º | 0.41% | 0.81% | - |
| XYZ | 48.91 | 57.93 | 27.34 | - |
| YUV | 194.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 123 | 0.05 | 0 | 0.41 | 0.19 | 67.14 | 0.47 | 0.65 |
| Hex | C5 | CF | 7B | 5 | 0 | 29 | 13 | 43 | 2F | 41 |
| Octal | 305 | 317 | 173 | 5 | 0 | 51 | 23 | 103 | 57 | 101 |
| Binary | 11000101 | 11001111 | 1111011 | 101 | 0 | 101001 | 10011 | 1000011 | 101111 | 1000001 |
Color Harmonies of #C5CF7B
Complementary color
Monochromatic Colors of #C5CF7B
Black with #C5CF7B
Text Example
Text Example
White with #C5CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF7B; }
p { color: rgb(197,207,123); }
H1.HeaderClassName
{
color: #C5CF7B;
}
.AnyTagClassName
{
color: #C5CF7B;
}
</style>
background-color css
<style>
a { background-color: #C5CF7B; }
a { background-color: rgb(197,207,123); }
div.DivClassName
{
background-color: #C5CF7B;
}
.BgClassName
{
background-color: #C5CF7B;
}
</style>
border-color css
<style>
span { border-color: #C5CF7B; }
span { border-color: rgb(197,207,123); }
td.TdClassName
{
border-color: #C5CF7B;
}
.TagClassName
{
border-color: #C5CF7B;
}
</style>