Shades of Deco #C3D37B
Tints of Deco #C3D37B
RGB
CMYK
RGB Variations
Color information
#C3D37B (or 0xC3D37B) is known color: Deco. HEX triplet: C3, D3 and 7B. RGB value is (195,211,123). Sum of RGB (Red+Green+Blue) = 195+211+123=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D37B is #3C2C84. Grayscale: #C4C4C4. Windows color (decimal): -3943557 or 8115139. OLE color: 8115139.
HSL color Cylindrical-coordinate representation of color #C3D37B: hue angle of 70.91º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3D37B is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 211 | 123 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.17 |
| HSL | 70.91º | 0.5% | 0.65% | - |
| HSV(B) | 70.91º | 0.42% | 0.83% | - |
| XYZ | 49.38 | 59.62 | 27.64 | - |
| YUV | 196.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 123 | 0.08 | 0 | 0.42 | 0.17 | 70.91 | 0.5 | 0.65 |
| Hex | C3 | D3 | 7B | 8 | 0 | 2A | 11 | 47 | 32 | 41 |
| Octal | 303 | 323 | 173 | 10 | 0 | 52 | 21 | 107 | 62 | 101 |
| Binary | 11000011 | 11010011 | 1111011 | 1000 | 0 | 101010 | 10001 | 1000111 | 110010 | 1000001 |
Color Harmonies of #C3D37B
Complementary color
Monochromatic Colors of #C3D37B
Black with #C3D37B
Text Example
Text Example
White with #C3D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D37B; }
p { color: rgb(195,211,123); }
H1.HeaderClassName
{
color: #C3D37B;
}
.AnyTagClassName
{
color: #C3D37B;
}
</style>
background-color css
<style>
a { background-color: #C3D37B; }
a { background-color: rgb(195,211,123); }
div.DivClassName
{
background-color: #C3D37B;
}
.BgClassName
{
background-color: #C3D37B;
}
</style>
border-color css
<style>
span { border-color: #C3D37B; }
span { border-color: rgb(195,211,123); }
td.TdClassName
{
border-color: #C3D37B;
}
.TagClassName
{
border-color: #C3D37B;
}
</style>