Shades of Deco #C4D48B
Tints of Deco #C4D48B
RGB
CMYK
RGB Variations
Color information
#C4D48B (or 0xC4D48B) is known color: Deco. HEX triplet: C4, D4 and 8B. RGB value is (196,212,139). Sum of RGB (Red+Green+Blue) = 196+212+139=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D48B is #3B2B74. Grayscale: #C7C7C7. Windows color (decimal): -3877749 or 9163972. OLE color: 9163972.
HSL color Cylindrical-coordinate representation of color #C4D48B: hue angle of 73.15º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4D48B is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 212 | 139 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.17 |
| HSL | 73.15º | 0.46% | 0.69% | - |
| HSV(B) | 73.15º | 0.34% | 0.83% | - |
| XYZ | 50.97 | 60.69 | 33.45 | - |
| YUV | 198.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 212 | 139 | 0.08 | 0 | 0.34 | 0.17 | 73.15 | 0.46 | 0.69 |
| Hex | C4 | D4 | 8B | 8 | 0 | 22 | 11 | 49 | 2E | 45 |
| Octal | 304 | 324 | 213 | 10 | 0 | 42 | 21 | 111 | 56 | 105 |
| Binary | 11000100 | 11010100 | 10001011 | 1000 | 0 | 100010 | 10001 | 1001001 | 101110 | 1000101 |
Color Harmonies of #C4D48B
Complementary color
Monochromatic Colors of #C4D48B
Black with #C4D48B
Text Example
Text Example
White with #C4D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D48B; }
p { color: rgb(196,212,139); }
H1.HeaderClassName
{
color: #C4D48B;
}
.AnyTagClassName
{
color: #C4D48B;
}
</style>
background-color css
<style>
a { background-color: #C4D48B; }
a { background-color: rgb(196,212,139); }
div.DivClassName
{
background-color: #C4D48B;
}
.BgClassName
{
background-color: #C4D48B;
}
</style>
border-color css
<style>
span { border-color: #C4D48B; }
span { border-color: rgb(196,212,139); }
td.TdClassName
{
border-color: #C4D48B;
}
.TagClassName
{
border-color: #C4D48B;
}
</style>