Shades of Tenne (Tawny) #CB640A
Tints of Tenne (Tawny) #CB640A
RGB
CMYK
RGB Variations
Color information
#CB640A (or 0xCB640A) is known color: Tenne (Tawny). HEX triplet: CB, 64 and 0A. RGB value is (203,100,10). Sum of RGB (Red+Green+Blue) = 203+100+10=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB640A is #349BF5. Grayscale: #797979. Windows color (decimal): -3447798 or 681163. OLE color: 681163.
HSL color Cylindrical-coordinate representation of color #CB640A: hue angle of 27.98º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB640A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 10 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.20 |
| HSL | 27.98º | 0.91% | 0.42% | - |
| HSV(B) | 27.98º | 0.95% | 0.8% | - |
| XYZ | 29.24 | 21.83 | 2.96 | - |
| YUV | 120.54 | 65.62 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 10 | 0 | 0.51 | 0.95 | 0.20 | 27.98 | 0.91 | 0.42 |
| Hex | CB | 64 | A | 0 | 33 | 5F | 14 | 1C | 5B | 2A |
| Octal | 313 | 144 | 12 | 0 | 63 | 137 | 24 | 34 | 133 | 52 |
| Binary | 11001011 | 1100100 | 1010 | 0 | 110011 | 1011111 | 10100 | 11100 | 1011011 | 101010 |
Color Harmonies of #CB640A
Complementary color
Monochromatic Colors of #CB640A
Black with #CB640A
Text Example
Text Example
White with #CB640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB640A; }
p { color: rgb(203,100,10); }
H1.HeaderClassName
{
color: #CB640A;
}
.AnyTagClassName
{
color: #CB640A;
}
</style>
background-color css
<style>
a { background-color: #CB640A; }
a { background-color: rgb(203,100,10); }
div.DivClassName
{
background-color: #CB640A;
}
.BgClassName
{
background-color: #CB640A;
}
</style>
border-color css
<style>
span { border-color: #CB640A; }
span { border-color: rgb(203,100,10); }
td.TdClassName
{
border-color: #CB640A;
}
.TagClassName
{
border-color: #CB640A;
}
</style>