Shades of Tenne (Tawny) #CB5C04
Tints of Tenne (Tawny) #CB5C04
RGB
CMYK
RGB Variations
Color information
#CB5C04 (or 0xCB5C04) is known color: Tenne (Tawny). HEX triplet: CB, 5C and 04. RGB value is (203,92,4). Sum of RGB (Red+Green+Blue) = 203+92+4=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C04 is #34A3FB. Grayscale: #737373. Windows color (decimal): -3449852 or 285899. OLE color: 285899.
HSL color Cylindrical-coordinate representation of color #CB5C04: hue angle of 26.53º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB5C04 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.20 |
| HSL | 26.53º | 0.96% | 0.41% | - |
| HSV(B) | 26.53º | 0.98% | 0.8% | - |
| XYZ | 28.48 | 20.36 | 2.54 | - |
| YUV | 115.16 | 65.27 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 4 | 0 | 0.55 | 0.98 | 0.20 | 26.53 | 0.96 | 0.41 |
| Hex | CB | 5C | 4 | 0 | 37 | 62 | 14 | 1B | 60 | 29 |
| Octal | 313 | 134 | 4 | 0 | 67 | 142 | 24 | 33 | 140 | 51 |
| Binary | 11001011 | 1011100 | 100 | 0 | 110111 | 1100010 | 10100 | 11011 | 1100000 | 101001 |
Color Harmonies of #CB5C04
Complementary color
Monochromatic Colors of #CB5C04
Black with #CB5C04
Text Example
Text Example
White with #CB5C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C04; }
p { color: rgb(203,92,4); }
H1.HeaderClassName
{
color: #CB5C04;
}
.AnyTagClassName
{
color: #CB5C04;
}
</style>
background-color css
<style>
a { background-color: #CB5C04; }
a { background-color: rgb(203,92,4); }
div.DivClassName
{
background-color: #CB5C04;
}
.BgClassName
{
background-color: #CB5C04;
}
</style>
border-color css
<style>
span { border-color: #CB5C04; }
span { border-color: rgb(203,92,4); }
td.TdClassName
{
border-color: #CB5C04;
}
.TagClassName
{
border-color: #CB5C04;
}
</style>