Shades of Tenne (Tawny) #CB6300
Tints of Tenne (Tawny) #CB6300
RGB
CMYK
RGB Variations
Color information
#CB6300 (or 0xCB6300) is known color: Tenne (Tawny). HEX triplet: CB, 63 and 00. RGB value is (203,99,0). Sum of RGB (Red+Green+Blue) = 203+99+0=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6300 is #349CFF. Grayscale: #777777. Windows color (decimal): -3448064 or 25547. OLE color: 25547.
HSL color Cylindrical-coordinate representation of color #CB6300: hue angle of 29.26º 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 #CB6300 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.20 |
| HSL | 29.26º | 1% | 0.4% | - |
| HSV(B) | 29.26º | 1% | 0.8% | - |
| XYZ | 29.09 | 21.62 | 2.64 | - |
| YUV | 118.81 | 60.96 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 0 | 0 | 0.51 | 1 | 0.20 | 29.26 | 1 | 0.4 |
| Hex | CB | 63 | 0 | 0 | 33 | 64 | 14 | 1D | 64 | 28 |
| Octal | 313 | 143 | 0 | 0 | 63 | 144 | 24 | 35 | 144 | 50 |
| Binary | 11001011 | 1100011 | 0 | 0 | 110011 | 1100100 | 10100 | 11101 | 1100100 | 101000 |
Color Harmonies of #CB6300
Complementary color
Monochromatic Colors of #CB6300
Black with #CB6300
Text Example
Text Example
White with #CB6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6300; }
p { color: rgb(203,99,0); }
H1.HeaderClassName
{
color: #CB6300;
}
.AnyTagClassName
{
color: #CB6300;
}
</style>
background-color css
<style>
a { background-color: #CB6300; }
a { background-color: rgb(203,99,0); }
div.DivClassName
{
background-color: #CB6300;
}
.BgClassName
{
background-color: #CB6300;
}
</style>
border-color css
<style>
span { border-color: #CB6300; }
span { border-color: rgb(203,99,0); }
td.TdClassName
{
border-color: #CB6300;
}
.TagClassName
{
border-color: #CB6300;
}
</style>