Shades of Tenne (Tawny) #CC500A
Tints of Tenne (Tawny) #CC500A
RGB
CMYK
RGB Variations
Color information
#CC500A (or 0xCC500A) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 0A. RGB value is (204,80,10). Sum of RGB (Red+Green+Blue) = 204+80+10=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC500A is #33AFF5. Grayscale: #6D6D6D. Windows color (decimal): -3387382 or 676044. OLE color: 676044.
HSL color Cylindrical-coordinate representation of color #CC500A: hue angle of 21.65º degrees, saturation: 0.91, 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 #CC500A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.2 |
| HSL | 21.65º | 0.91% | 0.42% | - |
| HSV(B) | 21.65º | 0.95% | 0.8% | - |
| XYZ | 27.83 | 18.6 | 2.41 | - |
| YUV | 109.1 | 72.08 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 10 | 0 | 0.61 | 0.95 | 0.2 | 21.65 | 0.91 | 0.42 |
| Hex | CC | 50 | A | 0 | 3D | 5F | 14 | 16 | 5B | 2A |
| Octal | 314 | 120 | 12 | 0 | 75 | 137 | 24 | 26 | 133 | 52 |
| Binary | 11001100 | 1010000 | 1010 | 0 | 111101 | 1011111 | 10100 | 10110 | 1011011 | 101010 |
Color Harmonies of #CC500A
Complementary color
Monochromatic Colors of #CC500A
Black with #CC500A
Text Example
Text Example
White with #CC500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC500A; }
p { color: rgb(204,80,10); }
H1.HeaderClassName
{
color: #CC500A;
}
.AnyTagClassName
{
color: #CC500A;
}
</style>
background-color css
<style>
a { background-color: #CC500A; }
a { background-color: rgb(204,80,10); }
div.DivClassName
{
background-color: #CC500A;
}
.BgClassName
{
background-color: #CC500A;
}
</style>
border-color css
<style>
span { border-color: #CC500A; }
span { border-color: rgb(204,80,10); }
td.TdClassName
{
border-color: #CC500A;
}
.TagClassName
{
border-color: #CC500A;
}
</style>