Shades of Tussock #C4904B
Tints of Tussock #C4904B
RGB
CMYK
RGB Variations
Color information
#C4904B (or 0xC4904B) is known color: Tussock. HEX triplet: C4, 90 and 4B. RGB value is (196,144,75). Sum of RGB (Red+Green+Blue) = 196+144+75=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4904B is #3B6FB4. Grayscale: #989898. Windows color (decimal): -3895221 or 4952260. OLE color: 4952260.
HSL color Cylindrical-coordinate representation of color #C4904B: hue angle of 34.21º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4904B is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 75 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.23 |
| HSL | 34.21º | 0.51% | 0.53% | - |
| HSV(B) | 34.21º | 0.62% | 0.77% | - |
| XYZ | 34.01 | 32.19 | 11.08 | - |
| YUV | 151.68 | 84.73 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 75 | 0 | 0.27 | 0.62 | 0.23 | 34.21 | 0.51 | 0.53 |
| Hex | C4 | 90 | 4B | 0 | 1B | 3E | 17 | 22 | 33 | 35 |
| Octal | 304 | 220 | 113 | 0 | 33 | 76 | 27 | 42 | 63 | 65 |
| Binary | 11000100 | 10010000 | 1001011 | 0 | 11011 | 111110 | 10111 | 100010 | 110011 | 110101 |
Color Harmonies of #C4904B
Complementary color
Monochromatic Colors of #C4904B
Black with #C4904B
Text Example
Text Example
White with #C4904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4904B; }
p { color: rgb(196,144,75); }
H1.HeaderClassName
{
color: #C4904B;
}
.AnyTagClassName
{
color: #C4904B;
}
</style>
background-color css
<style>
a { background-color: #C4904B; }
a { background-color: rgb(196,144,75); }
div.DivClassName
{
background-color: #C4904B;
}
.BgClassName
{
background-color: #C4904B;
}
</style>
border-color css
<style>
span { border-color: #C4904B; }
span { border-color: rgb(196,144,75); }
td.TdClassName
{
border-color: #C4904B;
}
.TagClassName
{
border-color: #C4904B;
}
</style>