Shades of Tenne (Tawny) #CC630D
Tints of Tenne (Tawny) #CC630D
RGB
CMYK
RGB Variations
Color information
#CC630D (or 0xCC630D) is known color: Tenne (Tawny). HEX triplet: CC, 63 and 0D. RGB value is (204,99,13). Sum of RGB (Red+Green+Blue) = 204+99+13=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC630D is #339CF2. Grayscale: #797979. Windows color (decimal): -3382515 or 877516. OLE color: 877516.
HSL color Cylindrical-coordinate representation of color #CC630D: hue angle of 27.02º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC630D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.2 |
| HSL | 27.02º | 0.88% | 0.43% | - |
| HSV(B) | 27.02º | 0.94% | 0.8% | - |
| XYZ | 29.44 | 21.79 | 3.04 | - |
| YUV | 120.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 13 | 0 | 0.51 | 0.94 | 0.2 | 27.02 | 0.88 | 0.43 |
| Hex | CC | 63 | D | 0 | 33 | 5E | 14 | 1B | 58 | 2B |
| Octal | 314 | 143 | 15 | 0 | 63 | 136 | 24 | 33 | 130 | 53 |
| Binary | 11001100 | 1100011 | 1101 | 0 | 110011 | 1011110 | 10100 | 11011 | 1011000 | 101011 |
Color Harmonies of #CC630D
Complementary color
Monochromatic Colors of #CC630D
Black with #CC630D
Text Example
Text Example
White with #CC630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC630D; }
p { color: rgb(204,99,13); }
H1.HeaderClassName
{
color: #CC630D;
}
.AnyTagClassName
{
color: #CC630D;
}
</style>
background-color css
<style>
a { background-color: #CC630D; }
a { background-color: rgb(204,99,13); }
div.DivClassName
{
background-color: #CC630D;
}
.BgClassName
{
background-color: #CC630D;
}
</style>
border-color css
<style>
span { border-color: #CC630D; }
span { border-color: rgb(204,99,13); }
td.TdClassName
{
border-color: #CC630D;
}
.TagClassName
{
border-color: #CC630D;
}
</style>