Shades of Tenne (Tawny) #CC4403
Tints of Tenne (Tawny) #CC4403
RGB
CMYK
RGB Variations
Color information
#CC4403 (or 0xCC4403) is known color: Tenne (Tawny). HEX triplet: CC, 44 and 03. RGB value is (204,68,3). Sum of RGB (Red+Green+Blue) = 204+68+3=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4403 is #33BBFC. Grayscale: #656565. Windows color (decimal): -3390461 or 214220. OLE color: 214220.
HSL color Cylindrical-coordinate representation of color #CC4403: hue angle of 19.4º 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 #CC4403 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.2 |
| HSL | 19.4º | 0.97% | 0.41% | - |
| HSV(B) | 19.4º | 0.99% | 0.8% | - |
| XYZ | 26.99 | 16.98 | 1.94 | - |
| YUV | 101.25 | 72.56 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 3 | 0 | 0.67 | 0.99 | 0.2 | 19.4 | 0.97 | 0.41 |
| Hex | CC | 44 | 3 | 0 | 43 | 63 | 14 | 13 | 61 | 29 |
| Octal | 314 | 104 | 3 | 0 | 103 | 143 | 24 | 23 | 141 | 51 |
| Binary | 11001100 | 1000100 | 11 | 0 | 1000011 | 1100011 | 10100 | 10011 | 1100001 | 101001 |
Color Harmonies of #CC4403
Complementary color
Monochromatic Colors of #CC4403
Black with #CC4403
Text Example
Text Example
White with #CC4403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4403; }
p { color: rgb(204,68,3); }
H1.HeaderClassName
{
color: #CC4403;
}
.AnyTagClassName
{
color: #CC4403;
}
</style>
background-color css
<style>
a { background-color: #CC4403; }
a { background-color: rgb(204,68,3); }
div.DivClassName
{
background-color: #CC4403;
}
.BgClassName
{
background-color: #CC4403;
}
</style>
border-color css
<style>
span { border-color: #CC4403; }
span { border-color: rgb(204,68,3); }
td.TdClassName
{
border-color: #CC4403;
}
.TagClassName
{
border-color: #CC4403;
}
</style>