Shades of Deco #C3D07A
Tints of Deco #C3D07A
RGB
CMYK
RGB Variations
Color information
#C3D07A (or 0xC3D07A) is known color: Deco. HEX triplet: C3, D0 and 7A. RGB value is (195,208,122). Sum of RGB (Red+Green+Blue) = 195+208+122=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D07A is #3C2F85. Grayscale: #C2C2C2. Windows color (decimal): -3944326 or 8048835. OLE color: 8048835.
HSL color Cylindrical-coordinate representation of color #C3D07A: hue angle of 69.07º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3D07A is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 208 | 122 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.18 |
| HSL | 69.07º | 0.48% | 0.65% | - |
| HSV(B) | 69.07º | 0.41% | 0.82% | - |
| XYZ | 48.57 | 58.12 | 27.07 | - |
| YUV | 194.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 208 | 122 | 0.06 | 0 | 0.41 | 0.18 | 69.07 | 0.48 | 0.65 |
| Hex | C3 | D0 | 7A | 6 | 0 | 29 | 12 | 45 | 30 | 41 |
| Octal | 303 | 320 | 172 | 6 | 0 | 51 | 22 | 105 | 60 | 101 |
| Binary | 11000011 | 11010000 | 1111010 | 110 | 0 | 101001 | 10010 | 1000101 | 110000 | 1000001 |
Color Harmonies of #C3D07A
Complementary color
Monochromatic Colors of #C3D07A
Black with #C3D07A
Text Example
Text Example
White with #C3D07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D07A; }
p { color: rgb(195,208,122); }
H1.HeaderClassName
{
color: #C3D07A;
}
.AnyTagClassName
{
color: #C3D07A;
}
</style>
background-color css
<style>
a { background-color: #C3D07A; }
a { background-color: rgb(195,208,122); }
div.DivClassName
{
background-color: #C3D07A;
}
.BgClassName
{
background-color: #C3D07A;
}
</style>
border-color css
<style>
span { border-color: #C3D07A; }
span { border-color: rgb(195,208,122); }
td.TdClassName
{
border-color: #C3D07A;
}
.TagClassName
{
border-color: #C3D07A;
}
</style>