Shades of Tussock #CA934D
Tints of Tussock #CA934D
RGB
CMYK
RGB Variations
Color information
#CA934D (or 0xCA934D) is known color: Tussock. HEX triplet: CA, 93 and 4D. RGB value is (202,147,77). Sum of RGB (Red+Green+Blue) = 202+147+77=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA934D is #356CB2. Grayscale: #9B9B9B. Windows color (decimal): -3501235 or 5084106. OLE color: 5084106.
HSL color Cylindrical-coordinate representation of color #CA934D: hue angle of 33.6º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA934D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 77 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.21 |
| HSL | 33.6º | 0.54% | 0.55% | - |
| HSV(B) | 33.6º | 0.62% | 0.79% | - |
| XYZ | 36.13 | 33.96 | 11.67 | - |
| YUV | 155.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 77 | 0 | 0.27 | 0.62 | 0.21 | 33.6 | 0.54 | 0.55 |
| Hex | CA | 93 | 4D | 0 | 1B | 3E | 15 | 22 | 36 | 37 |
| Octal | 312 | 223 | 115 | 0 | 33 | 76 | 25 | 42 | 66 | 67 |
| Binary | 11001010 | 10010011 | 1001101 | 0 | 11011 | 111110 | 10101 | 100010 | 110110 | 110111 |
Color Harmonies of #CA934D
Complementary color
Monochromatic Colors of #CA934D
Black with #CA934D
Text Example
Text Example
White with #CA934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA934D; }
p { color: rgb(202,147,77); }
H1.HeaderClassName
{
color: #CA934D;
}
.AnyTagClassName
{
color: #CA934D;
}
</style>
background-color css
<style>
a { background-color: #CA934D; }
a { background-color: rgb(202,147,77); }
div.DivClassName
{
background-color: #CA934D;
}
.BgClassName
{
background-color: #CA934D;
}
</style>
border-color css
<style>
span { border-color: #CA934D; }
span { border-color: rgb(202,147,77); }
td.TdClassName
{
border-color: #CA934D;
}
.TagClassName
{
border-color: #CA934D;
}
</style>