Shades of Tenne (Tawny) #CC500B
Tints of Tenne (Tawny) #CC500B
RGB
CMYK
RGB Variations
Color information
#CC500B (or 0xCC500B) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 0B. RGB value is (204,80,11). Sum of RGB (Red+Green+Blue) = 204+80+11=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC500B is #33AFF4. Grayscale: #6D6D6D. Windows color (decimal): -3387381 or 741580. OLE color: 741580.
HSL color Cylindrical-coordinate representation of color #CC500B: hue angle of 21.45º 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 #CC500B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.2 |
| HSL | 21.45º | 0.9% | 0.42% | - |
| HSV(B) | 21.45º | 0.95% | 0.8% | - |
| XYZ | 27.83 | 18.6 | 2.44 | - |
| YUV | 109.21 | 72.58 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 11 | 0 | 0.61 | 0.95 | 0.2 | 21.45 | 0.9 | 0.42 |
| Hex | CC | 50 | B | 0 | 3D | 5F | 14 | 15 | 5A | 2A |
| Octal | 314 | 120 | 13 | 0 | 75 | 137 | 24 | 25 | 132 | 52 |
| Binary | 11001100 | 1010000 | 1011 | 0 | 111101 | 1011111 | 10100 | 10101 | 1011010 | 101010 |
Color Harmonies of #CC500B
Complementary color
Monochromatic Colors of #CC500B
Black with #CC500B
Text Example
Text Example
White with #CC500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC500B; }
p { color: rgb(204,80,11); }
H1.HeaderClassName
{
color: #CC500B;
}
.AnyTagClassName
{
color: #CC500B;
}
</style>
background-color css
<style>
a { background-color: #CC500B; }
a { background-color: rgb(204,80,11); }
div.DivClassName
{
background-color: #CC500B;
}
.BgClassName
{
background-color: #CC500B;
}
</style>
border-color css
<style>
span { border-color: #CC500B; }
span { border-color: rgb(204,80,11); }
td.TdClassName
{
border-color: #CC500B;
}
.TagClassName
{
border-color: #CC500B;
}
</style>