Shades of Tenne (Tawny) #CC520B
Tints of Tenne (Tawny) #CC520B
RGB
CMYK
RGB Variations
Color information
#CC520B (or 0xCC520B) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 0B. RGB value is (204,82,11). Sum of RGB (Red+Green+Blue) = 204+82+11=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC520B is #33ADF4. Grayscale: #6E6E6E. Windows color (decimal): -3386869 or 742092. OLE color: 742092.
HSL color Cylindrical-coordinate representation of color #CC520B: hue angle of 22.07º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC520B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.2 |
| HSL | 22.07º | 0.9% | 0.42% | - |
| HSV(B) | 22.07º | 0.95% | 0.8% | - |
| XYZ | 27.98 | 18.9 | 2.49 | - |
| YUV | 110.38 | 71.92 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 11 | 0 | 0.60 | 0.95 | 0.2 | 22.07 | 0.9 | 0.42 |
| Hex | CC | 52 | B | 0 | 3C | 5F | 14 | 16 | 5A | 2A |
| Octal | 314 | 122 | 13 | 0 | 74 | 137 | 24 | 26 | 132 | 52 |
| Binary | 11001100 | 1010010 | 1011 | 0 | 111100 | 1011111 | 10100 | 10110 | 1011010 | 101010 |
Color Harmonies of #CC520B
Complementary color
Monochromatic Colors of #CC520B
Black with #CC520B
Text Example
Text Example
White with #CC520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC520B; }
p { color: rgb(204,82,11); }
H1.HeaderClassName
{
color: #CC520B;
}
.AnyTagClassName
{
color: #CC520B;
}
</style>
background-color css
<style>
a { background-color: #CC520B; }
a { background-color: rgb(204,82,11); }
div.DivClassName
{
background-color: #CC520B;
}
.BgClassName
{
background-color: #CC520B;
}
</style>
border-color css
<style>
span { border-color: #CC520B; }
span { border-color: rgb(204,82,11); }
td.TdClassName
{
border-color: #CC520B;
}
.TagClassName
{
border-color: #CC520B;
}
</style>