Shades of Tenne (Tawny) #CC650A
Tints of Tenne (Tawny) #CC650A
RGB
CMYK
RGB Variations
Color information
#CC650A (or 0xCC650A) is known color: Tenne (Tawny). HEX triplet: CC, 65 and 0A. RGB value is (204,101,10). Sum of RGB (Red+Green+Blue) = 204+101+10=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC650A is #339AF5. Grayscale: #797979. Windows color (decimal): -3382006 or 681420. OLE color: 681420.
HSL color Cylindrical-coordinate representation of color #CC650A: hue angle of 28.14º 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 #CC650A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 10 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.2 |
| HSL | 28.14º | 0.91% | 0.42% | - |
| HSV(B) | 28.14º | 0.95% | 0.8% | - |
| XYZ | 29.61 | 22.17 | 3.01 | - |
| YUV | 121.42 | 65.12 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 10 | 0 | 0.50 | 0.95 | 0.2 | 28.14 | 0.91 | 0.42 |
| Hex | CC | 65 | A | 0 | 32 | 5F | 14 | 1C | 5B | 2A |
| Octal | 314 | 145 | 12 | 0 | 62 | 137 | 24 | 34 | 133 | 52 |
| Binary | 11001100 | 1100101 | 1010 | 0 | 110010 | 1011111 | 10100 | 11100 | 1011011 | 101010 |
Color Harmonies of #CC650A
Complementary color
Monochromatic Colors of #CC650A
Black with #CC650A
Text Example
Text Example
White with #CC650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC650A; }
p { color: rgb(204,101,10); }
H1.HeaderClassName
{
color: #CC650A;
}
.AnyTagClassName
{
color: #CC650A;
}
</style>
background-color css
<style>
a { background-color: #CC650A; }
a { background-color: rgb(204,101,10); }
div.DivClassName
{
background-color: #CC650A;
}
.BgClassName
{
background-color: #CC650A;
}
</style>
border-color css
<style>
span { border-color: #CC650A; }
span { border-color: rgb(204,101,10); }
td.TdClassName
{
border-color: #CC650A;
}
.TagClassName
{
border-color: #CC650A;
}
</style>