Shades of Tussock #CD944C
Tints of Tussock #CD944C
RGB
CMYK
RGB Variations
Color information
#CD944C (or 0xCD944C) is known color: Tussock. HEX triplet: CD, 94 and 4C. RGB value is (205,148,76). Sum of RGB (Red+Green+Blue) = 205+148+76=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD944C is #326BB3. Grayscale: #9D9D9D. Windows color (decimal): -3304372 or 5018829. OLE color: 5018829.
HSL color Cylindrical-coordinate representation of color #CD944C: hue angle of 33.49º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD944C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 148 | 76 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.20 |
| HSL | 33.49º | 0.56% | 0.55% | - |
| HSV(B) | 33.49º | 0.63% | 0.8% | - |
| XYZ | 37.07 | 34.68 | 11.58 | - |
| YUV | 156.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 148 | 76 | 0 | 0.28 | 0.63 | 0.20 | 33.49 | 0.56 | 0.55 |
| Hex | CD | 94 | 4C | 0 | 1C | 3F | 14 | 21 | 38 | 37 |
| Octal | 315 | 224 | 114 | 0 | 34 | 77 | 24 | 41 | 70 | 67 |
| Binary | 11001101 | 10010100 | 1001100 | 0 | 11100 | 111111 | 10100 | 100001 | 111000 | 110111 |
Color Harmonies of #CD944C
Complementary color
Monochromatic Colors of #CD944C
Black with #CD944C
Text Example
Text Example
White with #CD944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD944C; }
p { color: rgb(205,148,76); }
H1.HeaderClassName
{
color: #CD944C;
}
.AnyTagClassName
{
color: #CD944C;
}
</style>
background-color css
<style>
a { background-color: #CD944C; }
a { background-color: rgb(205,148,76); }
div.DivClassName
{
background-color: #CD944C;
}
.BgClassName
{
background-color: #CD944C;
}
</style>
border-color css
<style>
span { border-color: #CD944C; }
span { border-color: rgb(205,148,76); }
td.TdClassName
{
border-color: #CD944C;
}
.TagClassName
{
border-color: #CD944C;
}
</style>