Shades of Tussock #CA934A
Tints of Tussock #CA934A
RGB
CMYK
RGB Variations
Color information
#CA934A (or 0xCA934A) is known color: Tussock. HEX triplet: CA, 93 and 4A. RGB value is (202,147,74). Sum of RGB (Red+Green+Blue) = 202+147+74=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA934A is #356CB5. Grayscale: #9B9B9B. Windows color (decimal): -3501238 or 4887498. OLE color: 4887498.
HSL color Cylindrical-coordinate representation of color #CA934A: hue angle of 34.22º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA934A is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 74 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.21 |
| HSL | 34.22º | 0.55% | 0.54% | - |
| HSV(B) | 34.22º | 0.63% | 0.79% | - |
| XYZ | 36.03 | 33.92 | 11.13 | - |
| YUV | 155.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 74 | 0 | 0.27 | 0.63 | 0.21 | 34.22 | 0.55 | 0.54 |
| Hex | CA | 93 | 4A | 0 | 1B | 3F | 15 | 22 | 37 | 36 |
| Octal | 312 | 223 | 112 | 0 | 33 | 77 | 25 | 42 | 67 | 66 |
| Binary | 11001010 | 10010011 | 1001010 | 0 | 11011 | 111111 | 10101 | 100010 | 110111 | 110110 |
Color Harmonies of #CA934A
Complementary color
Monochromatic Colors of #CA934A
Black with #CA934A
Text Example
Text Example
White with #CA934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA934A; }
p { color: rgb(202,147,74); }
H1.HeaderClassName
{
color: #CA934A;
}
.AnyTagClassName
{
color: #CA934A;
}
</style>
background-color css
<style>
a { background-color: #CA934A; }
a { background-color: rgb(202,147,74); }
div.DivClassName
{
background-color: #CA934A;
}
.BgClassName
{
background-color: #CA934A;
}
</style>
border-color css
<style>
span { border-color: #CA934A; }
span { border-color: rgb(202,147,74); }
td.TdClassName
{
border-color: #CA934A;
}
.TagClassName
{
border-color: #CA934A;
}
</style>