Shades of Deco #C3CE7A
Tints of Deco #C3CE7A
RGB
CMYK
RGB Variations
Color information
#C3CE7A (or 0xC3CE7A) is known color: Deco. HEX triplet: C3, CE and 7A. RGB value is (195,206,122). Sum of RGB (Red+Green+Blue) = 195+206+122=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CE7A is #3C3185. Grayscale: #C1C1C1. Windows color (decimal): -3944838 or 8048323. OLE color: 8048323.
HSL color Cylindrical-coordinate representation of color #C3CE7A: hue angle of 67.86º 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 #C3CE7A is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 122 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.19 |
| HSL | 67.86º | 0.46% | 0.64% | - |
| HSV(B) | 67.86º | 0.41% | 0.81% | - |
| XYZ | 48.09 | 57.15 | 26.91 | - |
| YUV | 193.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 122 | 0.05 | 0 | 0.41 | 0.19 | 67.86 | 0.46 | 0.64 |
| Hex | C3 | CE | 7A | 5 | 0 | 29 | 13 | 44 | 2E | 40 |
| Octal | 303 | 316 | 172 | 5 | 0 | 51 | 23 | 104 | 56 | 100 |
| Binary | 11000011 | 11001110 | 1111010 | 101 | 0 | 101001 | 10011 | 1000100 | 101110 | 1000000 |
Color Harmonies of #C3CE7A
Complementary color
Monochromatic Colors of #C3CE7A
Black with #C3CE7A
Text Example
Text Example
White with #C3CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CE7A; }
p { color: rgb(195,206,122); }
H1.HeaderClassName
{
color: #C3CE7A;
}
.AnyTagClassName
{
color: #C3CE7A;
}
</style>
background-color css
<style>
a { background-color: #C3CE7A; }
a { background-color: rgb(195,206,122); }
div.DivClassName
{
background-color: #C3CE7A;
}
.BgClassName
{
background-color: #C3CE7A;
}
</style>
border-color css
<style>
span { border-color: #C3CE7A; }
span { border-color: rgb(195,206,122); }
td.TdClassName
{
border-color: #C3CE7A;
}
.TagClassName
{
border-color: #C3CE7A;
}
</style>