Shades of Deco #C4D083
Tints of Deco #C4D083
RGB
CMYK
RGB Variations
Color information
#C4D083 (or 0xC4D083) is known color: Deco. HEX triplet: C4, D0 and 83. RGB value is (196,208,131). Sum of RGB (Red+Green+Blue) = 196+208+131=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D083 is #3B2F7C. Grayscale: #C3C3C3. Windows color (decimal): -3878781 or 8638660. OLE color: 8638660.
HSL color Cylindrical-coordinate representation of color #C4D083: hue angle of 69.35º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4D083 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 131 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.18 |
| HSL | 69.35º | 0.45% | 0.66% | - |
| HSV(B) | 69.35º | 0.37% | 0.82% | - |
| XYZ | 49.42 | 58.49 | 30.16 | - |
| YUV | 195.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 131 | 0.06 | 0 | 0.37 | 0.18 | 69.35 | 0.45 | 0.66 |
| Hex | C4 | D0 | 83 | 6 | 0 | 25 | 12 | 45 | 2D | 42 |
| Octal | 304 | 320 | 203 | 6 | 0 | 45 | 22 | 105 | 55 | 102 |
| Binary | 11000100 | 11010000 | 10000011 | 110 | 0 | 100101 | 10010 | 1000101 | 101101 | 1000010 |
Color Harmonies of #C4D083
Complementary color
Monochromatic Colors of #C4D083
Black with #C4D083
Text Example
Text Example
White with #C4D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D083; }
p { color: rgb(196,208,131); }
H1.HeaderClassName
{
color: #C4D083;
}
.AnyTagClassName
{
color: #C4D083;
}
</style>
background-color css
<style>
a { background-color: #C4D083; }
a { background-color: rgb(196,208,131); }
div.DivClassName
{
background-color: #C4D083;
}
.BgClassName
{
background-color: #C4D083;
}
</style>
border-color css
<style>
span { border-color: #C4D083; }
span { border-color: rgb(196,208,131); }
td.TdClassName
{
border-color: #C4D083;
}
.TagClassName
{
border-color: #C4D083;
}
</style>