Shades of Deco #C6C48B
Tints of Deco #C6C48B
RGB
CMYK
RGB Variations
Color information
#C6C48B (or 0xC6C48B) is known color: Deco. HEX triplet: C6, C4 and 8B. RGB value is (198,196,139). Sum of RGB (Red+Green+Blue) = 198+196+139=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C48B is #393B74. Grayscale: #BEBEBE. Windows color (decimal): -3750773 or 9159878. OLE color: 9159878.
HSL color Cylindrical-coordinate representation of color #C6C48B: hue angle of 57.97º 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 #C6C48B is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 139 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.22 |
| HSL | 57.97º | 0.34% | 0.66% | - |
| HSV(B) | 57.97º | 0.3% | 0.78% | - |
| XYZ | 47.69 | 53.35 | 32.21 | - |
| YUV | 190.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 139 | 0 | 0.01 | 0.30 | 0.22 | 57.97 | 0.34 | 0.66 |
| Hex | C6 | C4 | 8B | 0 | 1 | 1E | 16 | 3A | 22 | 42 |
| Octal | 306 | 304 | 213 | 0 | 1 | 36 | 26 | 72 | 42 | 102 |
| Binary | 11000110 | 11000100 | 10001011 | 0 | 1 | 11110 | 10110 | 111010 | 100010 | 1000010 |
Color Harmonies of #C6C48B
Complementary color
Monochromatic Colors of #C6C48B
Black with #C6C48B
Text Example
Text Example
White with #C6C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C48B; }
p { color: rgb(198,196,139); }
H1.HeaderClassName
{
color: #C6C48B;
}
.AnyTagClassName
{
color: #C6C48B;
}
</style>
background-color css
<style>
a { background-color: #C6C48B; }
a { background-color: rgb(198,196,139); }
div.DivClassName
{
background-color: #C6C48B;
}
.BgClassName
{
background-color: #C6C48B;
}
</style>
border-color css
<style>
span { border-color: #C6C48B; }
span { border-color: rgb(198,196,139); }
td.TdClassName
{
border-color: #C6C48B;
}
.TagClassName
{
border-color: #C6C48B;
}
</style>