Shades of Tenne (Tawny) #CB4100
Tints of Tenne (Tawny) #CB4100
RGB
CMYK
RGB Variations
Color information
#CB4100 (or 0xCB4100) is known color: Tenne (Tawny). HEX triplet: CB, 41 and 00. RGB value is (203,65,0). Sum of RGB (Red+Green+Blue) = 203+65+0=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4100 is #34BEFF. Grayscale: #636363. Windows color (decimal): -3456768 or 16843. OLE color: 16843.
HSL color Cylindrical-coordinate representation of color #CB4100: hue angle of 19.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB4100 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.20 |
| HSL | 19.21º | 1% | 0.4% | - |
| HSV(B) | 19.21º | 1% | 0.8% | - |
| XYZ | 26.52 | 16.48 | 1.78 | - |
| YUV | 98.85 | 72.22 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 0 | 0 | 0.68 | 1 | 0.20 | 19.21 | 1 | 0.4 |
| Hex | CB | 41 | 0 | 0 | 44 | 64 | 14 | 13 | 64 | 28 |
| Octal | 313 | 101 | 0 | 0 | 104 | 144 | 24 | 23 | 144 | 50 |
| Binary | 11001011 | 1000001 | 0 | 0 | 1000100 | 1100100 | 10100 | 10011 | 1100100 | 101000 |
Color Harmonies of #CB4100
Complementary color
Monochromatic Colors of #CB4100
Black with #CB4100
Text Example
Text Example
White with #CB4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4100; }
p { color: rgb(203,65,0); }
H1.HeaderClassName
{
color: #CB4100;
}
.AnyTagClassName
{
color: #CB4100;
}
</style>
background-color css
<style>
a { background-color: #CB4100; }
a { background-color: rgb(203,65,0); }
div.DivClassName
{
background-color: #CB4100;
}
.BgClassName
{
background-color: #CB4100;
}
</style>
border-color css
<style>
span { border-color: #CB4100; }
span { border-color: rgb(203,65,0); }
td.TdClassName
{
border-color: #CB4100;
}
.TagClassName
{
border-color: #CB4100;
}
</style>