Shades of Tussock #C3904B
Tints of Tussock #C3904B
RGB
CMYK
RGB Variations
Color information
#C3904B (or 0xC3904B) is known color: Tussock. HEX triplet: C3, 90 and 4B. RGB value is (195,144,75). Sum of RGB (Red+Green+Blue) = 195+144+75=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3904B is #3C6FB4. Grayscale: #979797. Windows color (decimal): -3960757 or 4952259. OLE color: 4952259.
HSL color Cylindrical-coordinate representation of color #C3904B: hue angle of 34.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3904B is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 75 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.24 |
| HSL | 34.5º | 0.5% | 0.53% | - |
| HSV(B) | 34.5º | 0.62% | 0.76% | - |
| XYZ | 33.75 | 32.06 | 11.07 | - |
| YUV | 151.38 | 84.9 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 75 | 0 | 0.26 | 0.62 | 0.24 | 34.5 | 0.5 | 0.53 |
| Hex | C3 | 90 | 4B | 0 | 1A | 3E | 18 | 22 | 32 | 35 |
| Octal | 303 | 220 | 113 | 0 | 32 | 76 | 30 | 42 | 62 | 65 |
| Binary | 11000011 | 10010000 | 1001011 | 0 | 11010 | 111110 | 11000 | 100010 | 110010 | 110101 |
Color Harmonies of #C3904B
Complementary color
Monochromatic Colors of #C3904B
Black with #C3904B
Text Example
Text Example
White with #C3904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3904B; }
p { color: rgb(195,144,75); }
H1.HeaderClassName
{
color: #C3904B;
}
.AnyTagClassName
{
color: #C3904B;
}
</style>
background-color css
<style>
a { background-color: #C3904B; }
a { background-color: rgb(195,144,75); }
div.DivClassName
{
background-color: #C3904B;
}
.BgClassName
{
background-color: #C3904B;
}
</style>
border-color css
<style>
span { border-color: #C3904B; }
span { border-color: rgb(195,144,75); }
td.TdClassName
{
border-color: #C3904B;
}
.TagClassName
{
border-color: #C3904B;
}
</style>