Shades of Tussock #CB904B
Tints of Tussock #CB904B
RGB
CMYK
RGB Variations
Color information
#CB904B (or 0xCB904B) is known color: Tussock. HEX triplet: CB, 90 and 4B. RGB value is (203,144,75). Sum of RGB (Red+Green+Blue) = 203+144+75=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB904B is #346FB4. Grayscale: #9A9A9A. Windows color (decimal): -3436469 or 4952267. OLE color: 4952267.
HSL color Cylindrical-coordinate representation of color #CB904B: hue angle of 32.34º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB904B is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 75 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.20 |
| HSL | 32.34º | 0.55% | 0.55% | - |
| HSV(B) | 32.34º | 0.63% | 0.8% | - |
| XYZ | 35.87 | 33.15 | 11.16 | - |
| YUV | 153.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 75 | 0 | 0.29 | 0.63 | 0.20 | 32.34 | 0.55 | 0.55 |
| Hex | CB | 90 | 4B | 0 | 1D | 3F | 14 | 20 | 37 | 37 |
| Octal | 313 | 220 | 113 | 0 | 35 | 77 | 24 | 40 | 67 | 67 |
| Binary | 11001011 | 10010000 | 1001011 | 0 | 11101 | 111111 | 10100 | 100000 | 110111 | 110111 |
Color Harmonies of #CB904B
Complementary color
Monochromatic Colors of #CB904B
Black with #CB904B
Text Example
Text Example
White with #CB904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB904B; }
p { color: rgb(203,144,75); }
H1.HeaderClassName
{
color: #CB904B;
}
.AnyTagClassName
{
color: #CB904B;
}
</style>
background-color css
<style>
a { background-color: #CB904B; }
a { background-color: rgb(203,144,75); }
div.DivClassName
{
background-color: #CB904B;
}
.BgClassName
{
background-color: #CB904B;
}
</style>
border-color css
<style>
span { border-color: #CB904B; }
span { border-color: rgb(203,144,75); }
td.TdClassName
{
border-color: #CB904B;
}
.TagClassName
{
border-color: #CB904B;
}
</style>