Shades of Tenne (Tawny) #CC6203
Tints of Tenne (Tawny) #CC6203
RGB
CMYK
RGB Variations
Color information
#CC6203 (or 0xCC6203) is known color: Tenne (Tawny). HEX triplet: CC, 62 and 03. RGB value is (204,98,3). Sum of RGB (Red+Green+Blue) = 204+98+3=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6203 is #339DFC. Grayscale: #777777. Windows color (decimal): -3382781 or 221900. OLE color: 221900.
HSL color Cylindrical-coordinate representation of color #CC6203: hue angle of 28.36º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC6203 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 3 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.2 |
| HSL | 28.36º | 0.97% | 0.41% | - |
| HSV(B) | 28.36º | 0.99% | 0.8% | - |
| XYZ | 29.29 | 21.58 | 2.71 | - |
| YUV | 118.86 | 62.62 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 3 | 0 | 0.52 | 0.99 | 0.2 | 28.36 | 0.97 | 0.41 |
| Hex | CC | 62 | 3 | 0 | 34 | 63 | 14 | 1C | 61 | 29 |
| Octal | 314 | 142 | 3 | 0 | 64 | 143 | 24 | 34 | 141 | 51 |
| Binary | 11001100 | 1100010 | 11 | 0 | 110100 | 1100011 | 10100 | 11100 | 1100001 | 101001 |
Color Harmonies of #CC6203
Complementary color
Monochromatic Colors of #CC6203
Black with #CC6203
Text Example
Text Example
White with #CC6203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6203; }
p { color: rgb(204,98,3); }
H1.HeaderClassName
{
color: #CC6203;
}
.AnyTagClassName
{
color: #CC6203;
}
</style>
background-color css
<style>
a { background-color: #CC6203; }
a { background-color: rgb(204,98,3); }
div.DivClassName
{
background-color: #CC6203;
}
.BgClassName
{
background-color: #CC6203;
}
</style>
border-color css
<style>
span { border-color: #CC6203; }
span { border-color: rgb(204,98,3); }
td.TdClassName
{
border-color: #CC6203;
}
.TagClassName
{
border-color: #CC6203;
}
</style>