Shades of Deco #C3CA7F
Tints of Deco #C3CA7F
RGB
CMYK
RGB Variations
Color information
#C3CA7F (or 0xC3CA7F) is known color: Deco. HEX triplet: C3, CA and 7F. RGB value is (195,202,127). Sum of RGB (Red+Green+Blue) = 195+202+127=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CA7F is #3C3580. Grayscale: #BFBFBF. Windows color (decimal): -3945857 or 8374979. OLE color: 8374979.
HSL color Cylindrical-coordinate representation of color #C3CA7F: hue angle of 65.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3CA7F is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 127 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.21 |
| HSL | 65.6º | 0.41% | 0.65% | - |
| HSV(B) | 65.6º | 0.37% | 0.79% | - |
| XYZ | 47.46 | 55.38 | 28.27 | - |
| YUV | 191.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 127 | 0.03 | 0 | 0.37 | 0.21 | 65.6 | 0.41 | 0.65 |
| Hex | C3 | CA | 7F | 3 | 0 | 25 | 15 | 42 | 29 | 41 |
| Octal | 303 | 312 | 177 | 3 | 0 | 45 | 25 | 102 | 51 | 101 |
| Binary | 11000011 | 11001010 | 1111111 | 11 | 0 | 100101 | 10101 | 1000010 | 101001 | 1000001 |
Color Harmonies of #C3CA7F
Complementary color
Monochromatic Colors of #C3CA7F
Black with #C3CA7F
Text Example
Text Example
White with #C3CA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CA7F; }
p { color: rgb(195,202,127); }
H1.HeaderClassName
{
color: #C3CA7F;
}
.AnyTagClassName
{
color: #C3CA7F;
}
</style>
background-color css
<style>
a { background-color: #C3CA7F; }
a { background-color: rgb(195,202,127); }
div.DivClassName
{
background-color: #C3CA7F;
}
.BgClassName
{
background-color: #C3CA7F;
}
</style>
border-color css
<style>
span { border-color: #C3CA7F; }
span { border-color: rgb(195,202,127); }
td.TdClassName
{
border-color: #C3CA7F;
}
.TagClassName
{
border-color: #C3CA7F;
}
</style>