Shades of Tenne (Tawny) #CC6300
Tints of Tenne (Tawny) #CC6300
RGB
CMYK
RGB Variations
Color information
#CC6300 (or 0xCC6300) is known color: Tenne (Tawny). HEX triplet: CC, 63 and 00. RGB value is (204,99,0). Sum of RGB (Red+Green+Blue) = 204+99+0=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6300 is #339CFF. Grayscale: #777777. Windows color (decimal): -3382528 or 25548. OLE color: 25548.
HSL color Cylindrical-coordinate representation of color #CC6300: hue angle of 29.12º 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 #CC6300 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.2 |
| HSL | 29.12º | 1% | 0.4% | - |
| HSV(B) | 29.12º | 1% | 0.8% | - |
| XYZ | 29.36 | 21.76 | 2.65 | - |
| YUV | 119.11 | 60.79 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 0 | 0 | 0.51 | 1 | 0.2 | 29.12 | 1 | 0.4 |
| Hex | CC | 63 | 0 | 0 | 33 | 64 | 14 | 1D | 64 | 28 |
| Octal | 314 | 143 | 0 | 0 | 63 | 144 | 24 | 35 | 144 | 50 |
| Binary | 11001100 | 1100011 | 0 | 0 | 110011 | 1100100 | 10100 | 11101 | 1100100 | 101000 |
Color Harmonies of #CC6300
Complementary color
Monochromatic Colors of #CC6300
Black with #CC6300
Text Example
Text Example
White with #CC6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6300; }
p { color: rgb(204,99,0); }
H1.HeaderClassName
{
color: #CC6300;
}
.AnyTagClassName
{
color: #CC6300;
}
</style>
background-color css
<style>
a { background-color: #CC6300; }
a { background-color: rgb(204,99,0); }
div.DivClassName
{
background-color: #CC6300;
}
.BgClassName
{
background-color: #CC6300;
}
</style>
border-color css
<style>
span { border-color: #CC6300; }
span { border-color: rgb(204,99,0); }
td.TdClassName
{
border-color: #CC6300;
}
.TagClassName
{
border-color: #CC6300;
}
</style>