Shades of Tenne (Tawny) #CB630D
Tints of Tenne (Tawny) #CB630D
RGB
CMYK
RGB Variations
Color information
#CB630D (or 0xCB630D) is known color: Tenne (Tawny). HEX triplet: CB, 63 and 0D. RGB value is (203,99,13). Sum of RGB (Red+Green+Blue) = 203+99+13=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB630D is #349CF2. Grayscale: #787878. Windows color (decimal): -3448051 or 877515. OLE color: 877515.
HSL color Cylindrical-coordinate representation of color #CB630D: hue angle of 27.16º degrees, saturation: 0.88, 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 #CB630D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.20 |
| HSL | 27.16º | 0.88% | 0.42% | - |
| HSV(B) | 27.16º | 0.94% | 0.8% | - |
| XYZ | 29.16 | 21.65 | 3.02 | - |
| YUV | 120.29 | 67.46 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 13 | 0 | 0.51 | 0.94 | 0.20 | 27.16 | 0.88 | 0.42 |
| Hex | CB | 63 | D | 0 | 33 | 5E | 14 | 1B | 58 | 2A |
| Octal | 313 | 143 | 15 | 0 | 63 | 136 | 24 | 33 | 130 | 52 |
| Binary | 11001011 | 1100011 | 1101 | 0 | 110011 | 1011110 | 10100 | 11011 | 1011000 | 101010 |
Color Harmonies of #CB630D
Complementary color
Monochromatic Colors of #CB630D
Black with #CB630D
Text Example
Text Example
White with #CB630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB630D; }
p { color: rgb(203,99,13); }
H1.HeaderClassName
{
color: #CB630D;
}
.AnyTagClassName
{
color: #CB630D;
}
</style>
background-color css
<style>
a { background-color: #CB630D; }
a { background-color: rgb(203,99,13); }
div.DivClassName
{
background-color: #CB630D;
}
.BgClassName
{
background-color: #CB630D;
}
</style>
border-color css
<style>
span { border-color: #CB630D; }
span { border-color: rgb(203,99,13); }
td.TdClassName
{
border-color: #CB630D;
}
.TagClassName
{
border-color: #CB630D;
}
</style>