Shades of Tenne (Tawny) #CC6303
Tints of Tenne (Tawny) #CC6303
RGB
CMYK
RGB Variations
Color information
#CC6303 (or 0xCC6303) is known color: Tenne (Tawny). HEX triplet: CC, 63 and 03. RGB value is (204,99,3). Sum of RGB (Red+Green+Blue) = 204+99+3=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6303 is #339CFC. Grayscale: #777777. Windows color (decimal): -3382525 or 222156. OLE color: 222156.
HSL color Cylindrical-coordinate representation of color #CC6303: hue angle of 28.66º 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 #CC6303 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 3 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.2 |
| HSL | 28.66º | 0.97% | 0.41% | - |
| HSV(B) | 28.66º | 0.99% | 0.8% | - |
| XYZ | 29.38 | 21.77 | 2.74 | - |
| YUV | 119.45 | 62.29 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 3 | 0 | 0.51 | 0.99 | 0.2 | 28.66 | 0.97 | 0.41 |
| Hex | CC | 63 | 3 | 0 | 33 | 63 | 14 | 1D | 61 | 29 |
| Octal | 314 | 143 | 3 | 0 | 63 | 143 | 24 | 35 | 141 | 51 |
| Binary | 11001100 | 1100011 | 11 | 0 | 110011 | 1100011 | 10100 | 11101 | 1100001 | 101001 |
Color Harmonies of #CC6303
Complementary color
Monochromatic Colors of #CC6303
Black with #CC6303
Text Example
Text Example
White with #CC6303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6303; }
p { color: rgb(204,99,3); }
H1.HeaderClassName
{
color: #CC6303;
}
.AnyTagClassName
{
color: #CC6303;
}
</style>
background-color css
<style>
a { background-color: #CC6303; }
a { background-color: rgb(204,99,3); }
div.DivClassName
{
background-color: #CC6303;
}
.BgClassName
{
background-color: #CC6303;
}
</style>
border-color css
<style>
span { border-color: #CC6303; }
span { border-color: rgb(204,99,3); }
td.TdClassName
{
border-color: #CC6303;
}
.TagClassName
{
border-color: #CC6303;
}
</style>