Shades of Tenne (Tawny) #CC530B
Tints of Tenne (Tawny) #CC530B
RGB
CMYK
RGB Variations
Color information
#CC530B (or 0xCC530B) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 0B. RGB value is (204,83,11). Sum of RGB (Red+Green+Blue) = 204+83+11=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC530B is #33ACF4. Grayscale: #6F6F6F. Windows color (decimal): -3386613 or 742348. OLE color: 742348.
HSL color Cylindrical-coordinate representation of color #CC530B: hue angle of 22.38º 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 #CC530B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.2 |
| HSL | 22.38º | 0.9% | 0.42% | - |
| HSV(B) | 22.38º | 0.95% | 0.8% | - |
| XYZ | 28.06 | 19.05 | 2.51 | - |
| YUV | 110.97 | 71.59 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 11 | 0 | 0.59 | 0.95 | 0.2 | 22.38 | 0.9 | 0.42 |
| Hex | CC | 53 | B | 0 | 3B | 5F | 14 | 16 | 5A | 2A |
| Octal | 314 | 123 | 13 | 0 | 73 | 137 | 24 | 26 | 132 | 52 |
| Binary | 11001100 | 1010011 | 1011 | 0 | 111011 | 1011111 | 10100 | 10110 | 1011010 | 101010 |
Color Harmonies of #CC530B
Complementary color
Monochromatic Colors of #CC530B
Black with #CC530B
Text Example
Text Example
White with #CC530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC530B; }
p { color: rgb(204,83,11); }
H1.HeaderClassName
{
color: #CC530B;
}
.AnyTagClassName
{
color: #CC530B;
}
</style>
background-color css
<style>
a { background-color: #CC530B; }
a { background-color: rgb(204,83,11); }
div.DivClassName
{
background-color: #CC530B;
}
.BgClassName
{
background-color: #CC530B;
}
</style>
border-color css
<style>
span { border-color: #CC530B; }
span { border-color: rgb(204,83,11); }
td.TdClassName
{
border-color: #CC530B;
}
.TagClassName
{
border-color: #CC530B;
}
</style>