Shades of Tussock #CD954D
Tints of Tussock #CD954D
RGB
CMYK
RGB Variations
Color information
#CD954D (or 0xCD954D) is known color: Tussock. HEX triplet: CD, 95 and 4D. RGB value is (205,149,77). Sum of RGB (Red+Green+Blue) = 205+149+77=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD954D is #326AB2. Grayscale: #9D9D9D. Windows color (decimal): -3304115 or 5084621. OLE color: 5084621.
HSL color Cylindrical-coordinate representation of color #CD954D: hue angle of 33.75º 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 #CD954D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 149 | 77 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.20 |
| HSL | 33.75º | 0.56% | 0.55% | - |
| HSV(B) | 33.75º | 0.62% | 0.8% | - |
| XYZ | 37.26 | 35.01 | 11.81 | - |
| YUV | 157.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 149 | 77 | 0 | 0.27 | 0.62 | 0.20 | 33.75 | 0.56 | 0.55 |
| Hex | CD | 95 | 4D | 0 | 1B | 3E | 14 | 22 | 38 | 37 |
| Octal | 315 | 225 | 115 | 0 | 33 | 76 | 24 | 42 | 70 | 67 |
| Binary | 11001101 | 10010101 | 1001101 | 0 | 11011 | 111110 | 10100 | 100010 | 111000 | 110111 |
Color Harmonies of #CD954D
Complementary color
Monochromatic Colors of #CD954D
Black with #CD954D
Text Example
Text Example
White with #CD954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD954D; }
p { color: rgb(205,149,77); }
H1.HeaderClassName
{
color: #CD954D;
}
.AnyTagClassName
{
color: #CD954D;
}
</style>
background-color css
<style>
a { background-color: #CD954D; }
a { background-color: rgb(205,149,77); }
div.DivClassName
{
background-color: #CD954D;
}
.BgClassName
{
background-color: #CD954D;
}
</style>
border-color css
<style>
span { border-color: #CD954D; }
span { border-color: rgb(205,149,77); }
td.TdClassName
{
border-color: #CD954D;
}
.TagClassName
{
border-color: #CD954D;
}
</style>