Shades of Tussock #CA934B
Tints of Tussock #CA934B
RGB
CMYK
RGB Variations
Color information
#CA934B (or 0xCA934B) is known color: Tussock. HEX triplet: CA, 93 and 4B. RGB value is (202,147,75). Sum of RGB (Red+Green+Blue) = 202+147+75=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA934B is #356CB4. Grayscale: #9B9B9B. Windows color (decimal): -3501237 or 4953034. OLE color: 4953034.
HSL color Cylindrical-coordinate representation of color #CA934B: hue angle of 34.02º 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 #CA934B is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 75 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.21 |
| HSL | 34.02º | 0.55% | 0.54% | - |
| HSV(B) | 34.02º | 0.63% | 0.79% | - |
| XYZ | 36.06 | 33.93 | 11.31 | - |
| YUV | 155.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 75 | 0 | 0.27 | 0.63 | 0.21 | 34.02 | 0.55 | 0.54 |
| Hex | CA | 93 | 4B | 0 | 1B | 3F | 15 | 22 | 37 | 36 |
| Octal | 312 | 223 | 113 | 0 | 33 | 77 | 25 | 42 | 67 | 66 |
| Binary | 11001010 | 10010011 | 1001011 | 0 | 11011 | 111111 | 10101 | 100010 | 110111 | 110110 |
Color Harmonies of #CA934B
Complementary color
Monochromatic Colors of #CA934B
Black with #CA934B
Text Example
Text Example
White with #CA934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA934B; }
p { color: rgb(202,147,75); }
H1.HeaderClassName
{
color: #CA934B;
}
.AnyTagClassName
{
color: #CA934B;
}
</style>
background-color css
<style>
a { background-color: #CA934B; }
a { background-color: rgb(202,147,75); }
div.DivClassName
{
background-color: #CA934B;
}
.BgClassName
{
background-color: #CA934B;
}
</style>
border-color css
<style>
span { border-color: #CA934B; }
span { border-color: rgb(202,147,75); }
td.TdClassName
{
border-color: #CA934B;
}
.TagClassName
{
border-color: #CA934B;
}
</style>