Shades of Deco #C6C48A
Tints of Deco #C6C48A
RGB
CMYK
RGB Variations
Color information
#C6C48A (or 0xC6C48A) is known color: Deco. HEX triplet: C6, C4 and 8A. RGB value is (198,196,138). Sum of RGB (Red+Green+Blue) = 198+196+138=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C48A is #393B75. Grayscale: #BEBEBE. Windows color (decimal): -3750774 or 9094342. OLE color: 9094342.
HSL color Cylindrical-coordinate representation of color #C6C48A: hue angle of 58º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6C48A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 138 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.22 |
| HSL | 58º | 0.34% | 0.66% | - |
| HSV(B) | 58º | 0.3% | 0.78% | - |
| XYZ | 47.62 | 53.32 | 31.83 | - |
| YUV | 189.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 138 | 0 | 0.01 | 0.30 | 0.22 | 58 | 0.34 | 0.66 |
| Hex | C6 | C4 | 8A | 0 | 1 | 1E | 16 | 3A | 22 | 42 |
| Octal | 306 | 304 | 212 | 0 | 1 | 36 | 26 | 72 | 42 | 102 |
| Binary | 11000110 | 11000100 | 10001010 | 0 | 1 | 11110 | 10110 | 111010 | 100010 | 1000010 |
Color Harmonies of #C6C48A
Complementary color
Monochromatic Colors of #C6C48A
Black with #C6C48A
Text Example
Text Example
White with #C6C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C48A; }
p { color: rgb(198,196,138); }
H1.HeaderClassName
{
color: #C6C48A;
}
.AnyTagClassName
{
color: #C6C48A;
}
</style>
background-color css
<style>
a { background-color: #C6C48A; }
a { background-color: rgb(198,196,138); }
div.DivClassName
{
background-color: #C6C48A;
}
.BgClassName
{
background-color: #C6C48A;
}
</style>
border-color css
<style>
span { border-color: #C6C48A; }
span { border-color: rgb(198,196,138); }
td.TdClassName
{
border-color: #C6C48A;
}
.TagClassName
{
border-color: #C6C48A;
}
</style>