Shades of Tenne (Tawny) #CB610C
Tints of Tenne (Tawny) #CB610C
RGB
CMYK
RGB Variations
Color information
#CB610C (or 0xCB610C) is known color: Tenne (Tawny). HEX triplet: CB, 61 and 0C. RGB value is (203,97,12). Sum of RGB (Red+Green+Blue) = 203+97+12=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB610C is #349EF3. Grayscale: #777777. Windows color (decimal): -3448564 or 811467. OLE color: 811467.
HSL color Cylindrical-coordinate representation of color #CB610C: hue angle of 26.7º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB610C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 12 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.20 |
| HSL | 26.7º | 0.89% | 0.42% | - |
| HSV(B) | 26.7º | 0.94% | 0.8% | - |
| XYZ | 28.97 | 21.27 | 2.93 | - |
| YUV | 119 | 67.62 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 12 | 0 | 0.52 | 0.94 | 0.20 | 26.7 | 0.89 | 0.42 |
| Hex | CB | 61 | C | 0 | 34 | 5E | 14 | 1B | 59 | 2A |
| Octal | 313 | 141 | 14 | 0 | 64 | 136 | 24 | 33 | 131 | 52 |
| Binary | 11001011 | 1100001 | 1100 | 0 | 110100 | 1011110 | 10100 | 11011 | 1011001 | 101010 |
Color Harmonies of #CB610C
Complementary color
Monochromatic Colors of #CB610C
Black with #CB610C
Text Example
Text Example
White with #CB610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB610C; }
p { color: rgb(203,97,12); }
H1.HeaderClassName
{
color: #CB610C;
}
.AnyTagClassName
{
color: #CB610C;
}
</style>
background-color css
<style>
a { background-color: #CB610C; }
a { background-color: rgb(203,97,12); }
div.DivClassName
{
background-color: #CB610C;
}
.BgClassName
{
background-color: #CB610C;
}
</style>
border-color css
<style>
span { border-color: #CB610C; }
span { border-color: rgb(203,97,12); }
td.TdClassName
{
border-color: #CB610C;
}
.TagClassName
{
border-color: #CB610C;
}
</style>