Shades of Tussock #C89B45
Tints of Tussock #C89B45
RGB
CMYK
RGB Variations
Color information
#C89B45 (or 0xC89B45) is known color: Tussock. HEX triplet: C8, 9B and 45. RGB value is (200,155,69). Sum of RGB (Red+Green+Blue) = 200+155+69=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B45 is #3764BA. Grayscale: #9F9F9F. Windows color (decimal): -3630267 or 4561864. OLE color: 4561864.
HSL color Cylindrical-coordinate representation of color #C89B45: hue angle of 39.39º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C89B45 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 69 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.22 |
| HSL | 39.39º | 0.54% | 0.53% | - |
| HSV(B) | 39.39º | 0.66% | 0.78% | - |
| XYZ | 36.61 | 36.15 | 10.68 | - |
| YUV | 158.65 | 77.41 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 69 | 0 | 0.22 | 0.66 | 0.22 | 39.39 | 0.54 | 0.53 |
| Hex | C8 | 9B | 45 | 0 | 16 | 42 | 16 | 27 | 36 | 35 |
| Octal | 310 | 233 | 105 | 0 | 26 | 102 | 26 | 47 | 66 | 65 |
| Binary | 11001000 | 10011011 | 1000101 | 0 | 10110 | 1000010 | 10110 | 100111 | 110110 | 110101 |
Color Harmonies of #C89B45
Complementary color
Monochromatic Colors of #C89B45
Black with #C89B45
Text Example
Text Example
White with #C89B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B45; }
p { color: rgb(200,155,69); }
H1.HeaderClassName
{
color: #C89B45;
}
.AnyTagClassName
{
color: #C89B45;
}
</style>
background-color css
<style>
a { background-color: #C89B45; }
a { background-color: rgb(200,155,69); }
div.DivClassName
{
background-color: #C89B45;
}
.BgClassName
{
background-color: #C89B45;
}
</style>
border-color css
<style>
span { border-color: #C89B45; }
span { border-color: rgb(200,155,69); }
td.TdClassName
{
border-color: #C89B45;
}
.TagClassName
{
border-color: #C89B45;
}
</style>