Shades of Deco #C5CE7A
Tints of Deco #C5CE7A
RGB
CMYK
RGB Variations
Color information
#C5CE7A (or 0xC5CE7A) is known color: Deco. HEX triplet: C5, CE and 7A. RGB value is (197,206,122). Sum of RGB (Red+Green+Blue) = 197+206+122=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CE7A is #3A3185. Grayscale: #C2C2C2. Windows color (decimal): -3813766 or 8048325. OLE color: 8048325.
HSL color Cylindrical-coordinate representation of color #C5CE7A: hue angle of 66.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5CE7A is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
RGB | 197 | 206 | 122 | - |
CMYK | 0.04 | 0 | 0.41 | 0.19 |
HSL | 66.43º | 0.46% | 0.64% | - |
HSV(B) | 66.43º | 0.41% | 0.81% | - |
XYZ | 48.61 | 57.42 | 26.93 | - |
YUV | 193.73 | 87.52 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 206 | 122 | 0.04 | 0 | 0.41 | 0.19 | 66.43 | 0.46 | 0.64 |
Hex | C5 | CE | 7A | 4 | 0 | 29 | 13 | 42 | 2E | 40 |
Octal | 305 | 316 | 172 | 4 | 0 | 51 | 23 | 102 | 56 | 100 |
Binary | 11000101 | 11001110 | 1111010 | 100 | 0 | 101001 | 10011 | 1000010 | 101110 | 1000000 |
Color Harmonies of #C5CE7A
Complementary color
Monochromatic Colors of #C5CE7A
Black with #C5CE7A
Text Example
Text Example
White with #C5CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE7A; }
p { color: rgb(197,206,122); }
H1.HeaderClassName
{
color: #C5CE7A;
}
.AnyTagClassName
{
color: #C5CE7A;
}
</style>
background-color css
<style>
a { background-color: #C5CE7A; }
a { background-color: rgb(197,206,122); }
div.DivClassName
{
background-color: #C5CE7A;
}
.BgClassName
{
background-color: #C5CE7A;
}
</style>
border-color css
<style>
span { border-color: #C5CE7A; }
span { border-color: rgb(197,206,122); }
td.TdClassName
{
border-color: #C5CE7A;
}
.TagClassName
{
border-color: #C5CE7A;
}
</style>