Shades of Tussock #CB934C
Tints of Tussock #CB934C
RGB
CMYK
RGB Variations
Color information
#CB934C (or 0xCB934C) is known color: Tussock. HEX triplet: CB, 93 and 4C. RGB value is (203,147,76). Sum of RGB (Red+Green+Blue) = 203+147+76=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB934C is #346CB3. Grayscale: #9B9B9B. Windows color (decimal): -3435700 or 5018571. OLE color: 5018571.
HSL color Cylindrical-coordinate representation of color #CB934C: hue angle of 33.54º 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 #CB934C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 76 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.20 |
| HSL | 33.54º | 0.55% | 0.55% | - |
| HSV(B) | 33.54º | 0.63% | 0.8% | - |
| XYZ | 36.37 | 34.09 | 11.5 | - |
| YUV | 155.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 76 | 0 | 0.28 | 0.63 | 0.20 | 33.54 | 0.55 | 0.55 |
| Hex | CB | 93 | 4C | 0 | 1C | 3F | 14 | 22 | 37 | 37 |
| Octal | 313 | 223 | 114 | 0 | 34 | 77 | 24 | 42 | 67 | 67 |
| Binary | 11001011 | 10010011 | 1001100 | 0 | 11100 | 111111 | 10100 | 100010 | 110111 | 110111 |
Color Harmonies of #CB934C
Complementary color
Monochromatic Colors of #CB934C
Black with #CB934C
Text Example
Text Example
White with #CB934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB934C; }
p { color: rgb(203,147,76); }
H1.HeaderClassName
{
color: #CB934C;
}
.AnyTagClassName
{
color: #CB934C;
}
</style>
background-color css
<style>
a { background-color: #CB934C; }
a { background-color: rgb(203,147,76); }
div.DivClassName
{
background-color: #CB934C;
}
.BgClassName
{
background-color: #CB934C;
}
</style>
border-color css
<style>
span { border-color: #CB934C; }
span { border-color: rgb(203,147,76); }
td.TdClassName
{
border-color: #CB934C;
}
.TagClassName
{
border-color: #CB934C;
}
</style>