Shades of Tussock #CB924D
Tints of Tussock #CB924D
RGB
CMYK
RGB Variations
Color information
#CB924D (or 0xCB924D) is known color: Tussock. HEX triplet: CB, 92 and 4D. RGB value is (203,146,77). Sum of RGB (Red+Green+Blue) = 203+146+77=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB924D is #346DB2. Grayscale: #9B9B9B. Windows color (decimal): -3435955 or 5083851. OLE color: 5083851.
HSL color Cylindrical-coordinate representation of color #CB924D: hue angle of 32.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB924D is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 77 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.20 |
| HSL | 32.86º | 0.55% | 0.55% | - |
| HSV(B) | 32.86º | 0.62% | 0.8% | - |
| XYZ | 36.25 | 33.79 | 11.63 | - |
| YUV | 155.18 | 83.88 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 77 | 0 | 0.28 | 0.62 | 0.20 | 32.86 | 0.55 | 0.55 |
| Hex | CB | 92 | 4D | 0 | 1C | 3E | 14 | 21 | 37 | 37 |
| Octal | 313 | 222 | 115 | 0 | 34 | 76 | 24 | 41 | 67 | 67 |
| Binary | 11001011 | 10010010 | 1001101 | 0 | 11100 | 111110 | 10100 | 100001 | 110111 | 110111 |
Color Harmonies of #CB924D
Complementary color
Monochromatic Colors of #CB924D
Black with #CB924D
Text Example
Text Example
White with #CB924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB924D; }
p { color: rgb(203,146,77); }
H1.HeaderClassName
{
color: #CB924D;
}
.AnyTagClassName
{
color: #CB924D;
}
</style>
background-color css
<style>
a { background-color: #CB924D; }
a { background-color: rgb(203,146,77); }
div.DivClassName
{
background-color: #CB924D;
}
.BgClassName
{
background-color: #CB924D;
}
</style>
border-color css
<style>
span { border-color: #CB924D; }
span { border-color: rgb(203,146,77); }
td.TdClassName
{
border-color: #CB924D;
}
.TagClassName
{
border-color: #CB924D;
}
</style>