Shades of Tenne (Tawny) #CC4203
Tints of Tenne (Tawny) #CC4203
RGB
CMYK
RGB Variations
Color information
#CC4203 (or 0xCC4203) is known color: Tenne (Tawny). HEX triplet: CC, 42 and 03. RGB value is (204,66,3). Sum of RGB (Red+Green+Blue) = 204+66+3=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4203 is #33BDFC. Grayscale: #646464. Windows color (decimal): -3390973 or 213708. OLE color: 213708.
HSL color Cylindrical-coordinate representation of color #CC4203: hue angle of 18.81º 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 #CC4203 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.2 |
| HSL | 18.81º | 0.97% | 0.41% | - |
| HSV(B) | 18.81º | 0.99% | 0.8% | - |
| XYZ | 26.87 | 16.74 | 1.9 | - |
| YUV | 100.08 | 73.22 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 3 | 0 | 0.68 | 0.99 | 0.2 | 18.81 | 0.97 | 0.41 |
| Hex | CC | 42 | 3 | 0 | 44 | 63 | 14 | 13 | 61 | 29 |
| Octal | 314 | 102 | 3 | 0 | 104 | 143 | 24 | 23 | 141 | 51 |
| Binary | 11001100 | 1000010 | 11 | 0 | 1000100 | 1100011 | 10100 | 10011 | 1100001 | 101001 |
Color Harmonies of #CC4203
Complementary color
Monochromatic Colors of #CC4203
Black with #CC4203
Text Example
Text Example
White with #CC4203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4203; }
p { color: rgb(204,66,3); }
H1.HeaderClassName
{
color: #CC4203;
}
.AnyTagClassName
{
color: #CC4203;
}
</style>
background-color css
<style>
a { background-color: #CC4203; }
a { background-color: rgb(204,66,3); }
div.DivClassName
{
background-color: #CC4203;
}
.BgClassName
{
background-color: #CC4203;
}
</style>
border-color css
<style>
span { border-color: #CC4203; }
span { border-color: rgb(204,66,3); }
td.TdClassName
{
border-color: #CC4203;
}
.TagClassName
{
border-color: #CC4203;
}
</style>