Shades of Tenne (Tawny) #CC530C
Tints of Tenne (Tawny) #CC530C
RGB
CMYK
RGB Variations
Color information
#CC530C (or 0xCC530C) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 0C. RGB value is (204,83,12). Sum of RGB (Red+Green+Blue) = 204+83+12=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC530C is #33ACF3. Grayscale: #6F6F6F. Windows color (decimal): -3386612 or 807884. OLE color: 807884.
HSL color Cylindrical-coordinate representation of color #CC530C: hue angle of 22.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC530C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 12 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.2 |
| HSL | 22.19º | 0.89% | 0.42% | - |
| HSV(B) | 22.19º | 0.94% | 0.8% | - |
| XYZ | 28.06 | 19.05 | 2.55 | - |
| YUV | 111.09 | 72.09 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 12 | 0 | 0.59 | 0.94 | 0.2 | 22.19 | 0.89 | 0.42 |
| Hex | CC | 53 | C | 0 | 3B | 5E | 14 | 16 | 59 | 2A |
| Octal | 314 | 123 | 14 | 0 | 73 | 136 | 24 | 26 | 131 | 52 |
| Binary | 11001100 | 1010011 | 1100 | 0 | 111011 | 1011110 | 10100 | 10110 | 1011001 | 101010 |
Color Harmonies of #CC530C
Complementary color
Monochromatic Colors of #CC530C
Black with #CC530C
Text Example
Text Example
White with #CC530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC530C; }
p { color: rgb(204,83,12); }
H1.HeaderClassName
{
color: #CC530C;
}
.AnyTagClassName
{
color: #CC530C;
}
</style>
background-color css
<style>
a { background-color: #CC530C; }
a { background-color: rgb(204,83,12); }
div.DivClassName
{
background-color: #CC530C;
}
.BgClassName
{
background-color: #CC530C;
}
</style>
border-color css
<style>
span { border-color: #CC530C; }
span { border-color: rgb(204,83,12); }
td.TdClassName
{
border-color: #CC530C;
}
.TagClassName
{
border-color: #CC530C;
}
</style>