Shades of Deco #C4D68C
Tints of Deco #C4D68C
RGB
CMYK
RGB Variations
Color information
#C4D68C (or 0xC4D68C) is known color: Deco. HEX triplet: C4, D6 and 8C. RGB value is (196,214,140). Sum of RGB (Red+Green+Blue) = 196+214+140=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D68C is #3B2973. Grayscale: #C8C8C8. Windows color (decimal): -3877236 or 9230020. OLE color: 9230020.
HSL color Cylindrical-coordinate representation of color #C4D68C: hue angle of 74.59º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4D68C is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 140 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.16 |
| HSL | 74.59º | 0.47% | 0.69% | - |
| HSV(B) | 74.59º | 0.35% | 0.84% | - |
| XYZ | 51.55 | 61.72 | 34.01 | - |
| YUV | 200.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 140 | 0.08 | 0 | 0.35 | 0.16 | 74.59 | 0.47 | 0.69 |
| Hex | C4 | D6 | 8C | 8 | 0 | 23 | 10 | 4B | 2F | 45 |
| Octal | 304 | 326 | 214 | 10 | 0 | 43 | 20 | 113 | 57 | 105 |
| Binary | 11000100 | 11010110 | 10001100 | 1000 | 0 | 100011 | 10000 | 1001011 | 101111 | 1000101 |
Color Harmonies of #C4D68C
Complementary color
Monochromatic Colors of #C4D68C
Black with #C4D68C
Text Example
Text Example
White with #C4D68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D68C; }
p { color: rgb(196,214,140); }
H1.HeaderClassName
{
color: #C4D68C;
}
.AnyTagClassName
{
color: #C4D68C;
}
</style>
background-color css
<style>
a { background-color: #C4D68C; }
a { background-color: rgb(196,214,140); }
div.DivClassName
{
background-color: #C4D68C;
}
.BgClassName
{
background-color: #C4D68C;
}
</style>
border-color css
<style>
span { border-color: #C4D68C; }
span { border-color: rgb(196,214,140); }
td.TdClassName
{
border-color: #C4D68C;
}
.TagClassName
{
border-color: #C4D68C;
}
</style>