Shades of Tussock #C28A4C
Tints of Tussock #C28A4C
RGB
CMYK
RGB Variations
Color information
#C28A4C (or 0xC28A4C) is known color: Tussock. HEX triplet: C2, 8A and 4C. RGB value is (194,138,76). Sum of RGB (Red+Green+Blue) = 194+138+76=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A4C is #3D75B3. Grayscale: #939393. Windows color (decimal): -4027828 or 5016258. OLE color: 5016258.
HSL color Cylindrical-coordinate representation of color #C28A4C: hue angle of 31.53º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C28A4C is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 76 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.24 |
| HSL | 31.53º | 0.49% | 0.53% | - |
| HSV(B) | 31.53º | 0.61% | 0.76% | - |
| XYZ | 32.64 | 30.17 | 10.94 | - |
| YUV | 147.68 | 87.55 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 76 | 0 | 0.29 | 0.61 | 0.24 | 31.53 | 0.49 | 0.53 |
| Hex | C2 | 8A | 4C | 0 | 1D | 3D | 18 | 20 | 31 | 35 |
| Octal | 302 | 212 | 114 | 0 | 35 | 75 | 30 | 40 | 61 | 65 |
| Binary | 11000010 | 10001010 | 1001100 | 0 | 11101 | 111101 | 11000 | 100000 | 110001 | 110101 |
Color Harmonies of #C28A4C
Complementary color
Monochromatic Colors of #C28A4C
Black with #C28A4C
Text Example
Text Example
White with #C28A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A4C; }
p { color: rgb(194,138,76); }
H1.HeaderClassName
{
color: #C28A4C;
}
.AnyTagClassName
{
color: #C28A4C;
}
</style>
background-color css
<style>
a { background-color: #C28A4C; }
a { background-color: rgb(194,138,76); }
div.DivClassName
{
background-color: #C28A4C;
}
.BgClassName
{
background-color: #C28A4C;
}
</style>
border-color css
<style>
span { border-color: #C28A4C; }
span { border-color: rgb(194,138,76); }
td.TdClassName
{
border-color: #C28A4C;
}
.TagClassName
{
border-color: #C28A4C;
}
</style>