Shades of Tussock #C28A4D
Tints of Tussock #C28A4D
RGB
CMYK
RGB Variations
Color information
#C28A4D (or 0xC28A4D) is known color: Tussock. HEX triplet: C2, 8A and 4D. RGB value is (194,138,77). Sum of RGB (Red+Green+Blue) = 194+138+77=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A4D is #3D75B2. Grayscale: #949494. Windows color (decimal): -4027827 or 5081794. OLE color: 5081794.
HSL color Cylindrical-coordinate representation of color #C28A4D: hue angle of 31.28º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C28A4D is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 77 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.24 |
| HSL | 31.28º | 0.49% | 0.53% | - |
| HSV(B) | 31.28º | 0.6% | 0.76% | - |
| XYZ | 32.68 | 30.18 | 11.12 | - |
| YUV | 147.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 77 | 0 | 0.29 | 0.60 | 0.24 | 31.28 | 0.49 | 0.53 |
| Hex | C2 | 8A | 4D | 0 | 1D | 3C | 18 | 1F | 31 | 35 |
| Octal | 302 | 212 | 115 | 0 | 35 | 74 | 30 | 37 | 61 | 65 |
| Binary | 11000010 | 10001010 | 1001101 | 0 | 11101 | 111100 | 11000 | 11111 | 110001 | 110101 |
Color Harmonies of #C28A4D
Complementary color
Monochromatic Colors of #C28A4D
Black with #C28A4D
Text Example
Text Example
White with #C28A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A4D; }
p { color: rgb(194,138,77); }
H1.HeaderClassName
{
color: #C28A4D;
}
.AnyTagClassName
{
color: #C28A4D;
}
</style>
background-color css
<style>
a { background-color: #C28A4D; }
a { background-color: rgb(194,138,77); }
div.DivClassName
{
background-color: #C28A4D;
}
.BgClassName
{
background-color: #C28A4D;
}
</style>
border-color css
<style>
span { border-color: #C28A4D; }
span { border-color: rgb(194,138,77); }
td.TdClassName
{
border-color: #C28A4D;
}
.TagClassName
{
border-color: #C28A4D;
}
</style>