Shades of Tussock #CD9C4E
Tints of Tussock #CD9C4E
RGB
CMYK
RGB Variations
Color information
#CD9C4E (or 0xCD9C4E) is known color: Tussock. HEX triplet: CD, 9C and 4E. RGB value is (205,156,78). Sum of RGB (Red+Green+Blue) = 205+156+78=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C4E is #3263B1. Grayscale: #A2A2A2. Windows color (decimal): -3302322 or 5151949. OLE color: 5151949.
HSL color Cylindrical-coordinate representation of color #CD9C4E: hue angle of 36.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD9C4E is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 156 | 78 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.20 |
| HSL | 36.85º | 0.56% | 0.55% | - |
| HSV(B) | 36.85º | 0.62% | 0.8% | - |
| XYZ | 38.44 | 37.31 | 12.38 | - |
| YUV | 161.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 78 | 0 | 0.24 | 0.62 | 0.20 | 36.85 | 0.56 | 0.55 |
| Hex | CD | 9C | 4E | 0 | 18 | 3E | 14 | 25 | 38 | 37 |
| Octal | 315 | 234 | 116 | 0 | 30 | 76 | 24 | 45 | 70 | 67 |
| Binary | 11001101 | 10011100 | 1001110 | 0 | 11000 | 111110 | 10100 | 100101 | 111000 | 110111 |
Color Harmonies of #CD9C4E
Complementary color
Monochromatic Colors of #CD9C4E
Black with #CD9C4E
Text Example
Text Example
White with #CD9C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9C4E; }
p { color: rgb(205,156,78); }
H1.HeaderClassName
{
color: #CD9C4E;
}
.AnyTagClassName
{
color: #CD9C4E;
}
</style>
background-color css
<style>
a { background-color: #CD9C4E; }
a { background-color: rgb(205,156,78); }
div.DivClassName
{
background-color: #CD9C4E;
}
.BgClassName
{
background-color: #CD9C4E;
}
</style>
border-color css
<style>
span { border-color: #CD9C4E; }
span { border-color: rgb(205,156,78); }
td.TdClassName
{
border-color: #CD9C4E;
}
.TagClassName
{
border-color: #CD9C4E;
}
</style>