Shades of Tenne (Tawny) #CC5003
Tints of Tenne (Tawny) #CC5003
RGB
CMYK
RGB Variations
Color information
#CC5003 (or 0xCC5003) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 03. RGB value is (204,80,3). Sum of RGB (Red+Green+Blue) = 204+80+3=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5003 is #33AFFC. Grayscale: #6C6C6C. Windows color (decimal): -3387389 or 217292. OLE color: 217292.
HSL color Cylindrical-coordinate representation of color #CC5003: hue angle of 22.99º 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 #CC5003 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.2 |
| HSL | 22.99º | 0.97% | 0.41% | - |
| HSV(B) | 22.99º | 0.99% | 0.8% | - |
| XYZ | 27.79 | 18.58 | 2.21 | - |
| YUV | 108.3 | 68.58 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 3 | 0 | 0.61 | 0.99 | 0.2 | 22.99 | 0.97 | 0.41 |
| Hex | CC | 50 | 3 | 0 | 3D | 63 | 14 | 17 | 61 | 29 |
| Octal | 314 | 120 | 3 | 0 | 75 | 143 | 24 | 27 | 141 | 51 |
| Binary | 11001100 | 1010000 | 11 | 0 | 111101 | 1100011 | 10100 | 10111 | 1100001 | 101001 |
Color Harmonies of #CC5003
Complementary color
Monochromatic Colors of #CC5003
Black with #CC5003
Text Example
Text Example
White with #CC5003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5003; }
p { color: rgb(204,80,3); }
H1.HeaderClassName
{
color: #CC5003;
}
.AnyTagClassName
{
color: #CC5003;
}
</style>
background-color css
<style>
a { background-color: #CC5003; }
a { background-color: rgb(204,80,3); }
div.DivClassName
{
background-color: #CC5003;
}
.BgClassName
{
background-color: #CC5003;
}
</style>
border-color css
<style>
span { border-color: #CC5003; }
span { border-color: rgb(204,80,3); }
td.TdClassName
{
border-color: #CC5003;
}
.TagClassName
{
border-color: #CC5003;
}
</style>