Shades of Tenne (Tawny) #CB4505
Tints of Tenne (Tawny) #CB4505
RGB
CMYK
RGB Variations
Color information
#CB4505 (or 0xCB4505) is known color: Tenne (Tawny). HEX triplet: CB, 45 and 05. RGB value is (203,69,5). Sum of RGB (Red+Green+Blue) = 203+69+5=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4505 is #34BAFA. Grayscale: #666666. Windows color (decimal): -3455739 or 345547. OLE color: 345547.
HSL color Cylindrical-coordinate representation of color #CB4505: hue angle of 19.39º degrees, saturation: 0.95, 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 #CB4505 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.20 |
| HSL | 19.39º | 0.95% | 0.41% | - |
| HSV(B) | 19.39º | 0.98% | 0.8% | - |
| XYZ | 26.78 | 16.96 | 2.01 | - |
| YUV | 101.77 | 73.39 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 5 | 0 | 0.66 | 0.98 | 0.20 | 19.39 | 0.95 | 0.41 |
| Hex | CB | 45 | 5 | 0 | 42 | 62 | 14 | 13 | 5F | 29 |
| Octal | 313 | 105 | 5 | 0 | 102 | 142 | 24 | 23 | 137 | 51 |
| Binary | 11001011 | 1000101 | 101 | 0 | 1000010 | 1100010 | 10100 | 10011 | 1011111 | 101001 |
Color Harmonies of #CB4505
Complementary color
Monochromatic Colors of #CB4505
Black with #CB4505
Text Example
Text Example
White with #CB4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4505; }
p { color: rgb(203,69,5); }
H1.HeaderClassName
{
color: #CB4505;
}
.AnyTagClassName
{
color: #CB4505;
}
</style>
background-color css
<style>
a { background-color: #CB4505; }
a { background-color: rgb(203,69,5); }
div.DivClassName
{
background-color: #CB4505;
}
.BgClassName
{
background-color: #CB4505;
}
</style>
border-color css
<style>
span { border-color: #CB4505; }
span { border-color: rgb(203,69,5); }
td.TdClassName
{
border-color: #CB4505;
}
.TagClassName
{
border-color: #CB4505;
}
</style>