Shades of Deco #C4D68F
Tints of Deco #C4D68F
RGB
CMYK
RGB Variations
Color information
#C4D68F (or 0xC4D68F) is known color: Deco. HEX triplet: C4, D6 and 8F. RGB value is (196,214,143). Sum of RGB (Red+Green+Blue) = 196+214+143=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D68F is #3B2970. Grayscale: #C8C8C8. Windows color (decimal): -3877233 or 9426628. OLE color: 9426628.
HSL color Cylindrical-coordinate representation of color #C4D68F: hue angle of 75.21º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4D68F is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 143 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.16 |
| HSL | 75.21º | 0.46% | 0.7% | - |
| HSV(B) | 75.21º | 0.33% | 0.84% | - |
| XYZ | 51.77 | 61.81 | 35.19 | - |
| YUV | 200.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 143 | 0.08 | 0 | 0.33 | 0.16 | 75.21 | 0.46 | 0.7 |
| Hex | C4 | D6 | 8F | 8 | 0 | 21 | 10 | 4B | 2E | 46 |
| Octal | 304 | 326 | 217 | 10 | 0 | 41 | 20 | 113 | 56 | 106 |
| Binary | 11000100 | 11010110 | 10001111 | 1000 | 0 | 100001 | 10000 | 1001011 | 101110 | 1000110 |
Color Harmonies of #C4D68F
Complementary color
Monochromatic Colors of #C4D68F
Black with #C4D68F
Text Example
Text Example
White with #C4D68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D68F; }
p { color: rgb(196,214,143); }
H1.HeaderClassName
{
color: #C4D68F;
}
.AnyTagClassName
{
color: #C4D68F;
}
</style>
background-color css
<style>
a { background-color: #C4D68F; }
a { background-color: rgb(196,214,143); }
div.DivClassName
{
background-color: #C4D68F;
}
.BgClassName
{
background-color: #C4D68F;
}
</style>
border-color css
<style>
span { border-color: #C4D68F; }
span { border-color: rgb(196,214,143); }
td.TdClassName
{
border-color: #C4D68F;
}
.TagClassName
{
border-color: #C4D68F;
}
</style>