Shades of Tenne (Tawny) #CC650C
Tints of Tenne (Tawny) #CC650C
RGB
CMYK
RGB Variations
Color information
#CC650C (or 0xCC650C) is known color: Tenne (Tawny). HEX triplet: CC, 65 and 0C. RGB value is (204,101,12). Sum of RGB (Red+Green+Blue) = 204+101+12=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC650C is #339AF3. Grayscale: #7A7A7A. Windows color (decimal): -3382004 or 812492. OLE color: 812492.
HSL color Cylindrical-coordinate representation of color #CC650C: hue angle of 27.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC650C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 12 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.2 |
| HSL | 27.81º | 0.89% | 0.42% | - |
| HSV(B) | 27.81º | 0.94% | 0.8% | - |
| XYZ | 29.62 | 22.17 | 3.07 | - |
| YUV | 121.65 | 66.12 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 12 | 0 | 0.50 | 0.94 | 0.2 | 27.81 | 0.89 | 0.42 |
| Hex | CC | 65 | C | 0 | 32 | 5E | 14 | 1C | 59 | 2A |
| Octal | 314 | 145 | 14 | 0 | 62 | 136 | 24 | 34 | 131 | 52 |
| Binary | 11001100 | 1100101 | 1100 | 0 | 110010 | 1011110 | 10100 | 11100 | 1011001 | 101010 |
Color Harmonies of #CC650C
Complementary color
Monochromatic Colors of #CC650C
Black with #CC650C
Text Example
Text Example
White with #CC650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC650C; }
p { color: rgb(204,101,12); }
H1.HeaderClassName
{
color: #CC650C;
}
.AnyTagClassName
{
color: #CC650C;
}
</style>
background-color css
<style>
a { background-color: #CC650C; }
a { background-color: rgb(204,101,12); }
div.DivClassName
{
background-color: #CC650C;
}
.BgClassName
{
background-color: #CC650C;
}
</style>
border-color css
<style>
span { border-color: #CC650C; }
span { border-color: rgb(204,101,12); }
td.TdClassName
{
border-color: #CC650C;
}
.TagClassName
{
border-color: #CC650C;
}
</style>