Shades of Deco #C3CF75
Tints of Deco #C3CF75
RGB
CMYK
RGB Variations
Color information
#C3CF75 (or 0xC3CF75) is known color: Deco. HEX triplet: C3, CF and 75. RGB value is (195,207,117). Sum of RGB (Red+Green+Blue) = 195+207+117=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CF75 is #3C308A. Grayscale: #C1C1C1. Windows color (decimal): -3944587 or 7720899. OLE color: 7720899.
HSL color Cylindrical-coordinate representation of color #C3CF75: hue angle of 68º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3CF75 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 117 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.19 |
| HSL | 68º | 0.48% | 0.64% | - |
| HSV(B) | 68º | 0.43% | 0.81% | - |
| XYZ | 48.03 | 57.51 | 25.4 | - |
| YUV | 193.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 117 | 0.06 | 0 | 0.43 | 0.19 | 68 | 0.48 | 0.64 |
| Hex | C3 | CF | 75 | 6 | 0 | 2B | 13 | 44 | 30 | 40 |
| Octal | 303 | 317 | 165 | 6 | 0 | 53 | 23 | 104 | 60 | 100 |
| Binary | 11000011 | 11001111 | 1110101 | 110 | 0 | 101011 | 10011 | 1000100 | 110000 | 1000000 |
Color Harmonies of #C3CF75
Complementary color
Monochromatic Colors of #C3CF75
Black with #C3CF75
Text Example
Text Example
White with #C3CF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF75; }
p { color: rgb(195,207,117); }
H1.HeaderClassName
{
color: #C3CF75;
}
.AnyTagClassName
{
color: #C3CF75;
}
</style>
background-color css
<style>
a { background-color: #C3CF75; }
a { background-color: rgb(195,207,117); }
div.DivClassName
{
background-color: #C3CF75;
}
.BgClassName
{
background-color: #C3CF75;
}
</style>
border-color css
<style>
span { border-color: #C3CF75; }
span { border-color: rgb(195,207,117); }
td.TdClassName
{
border-color: #C3CF75;
}
.TagClassName
{
border-color: #C3CF75;
}
</style>