Shades of Tenne (Tawny) #CC630A
Tints of Tenne (Tawny) #CC630A
RGB
CMYK
RGB Variations
Color information
#CC630A (or 0xCC630A) is known color: Tenne (Tawny). HEX triplet: CC, 63 and 0A. RGB value is (204,99,10). Sum of RGB (Red+Green+Blue) = 204+99+10=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC630A is #339CF5. Grayscale: #787878. Windows color (decimal): -3382518 or 680908. OLE color: 680908.
HSL color Cylindrical-coordinate representation of color #CC630A: hue angle of 27.53º 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 #CC630A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 10 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.2 |
| HSL | 27.53º | 0.91% | 0.42% | - |
| HSV(B) | 27.53º | 0.95% | 0.8% | - |
| XYZ | 29.42 | 21.78 | 2.94 | - |
| YUV | 120.25 | 65.79 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 10 | 0 | 0.51 | 0.95 | 0.2 | 27.53 | 0.91 | 0.42 |
| Hex | CC | 63 | A | 0 | 33 | 5F | 14 | 1C | 5B | 2A |
| Octal | 314 | 143 | 12 | 0 | 63 | 137 | 24 | 34 | 133 | 52 |
| Binary | 11001100 | 1100011 | 1010 | 0 | 110011 | 1011111 | 10100 | 11100 | 1011011 | 101010 |
Color Harmonies of #CC630A
Complementary color
Monochromatic Colors of #CC630A
Black with #CC630A
Text Example
Text Example
White with #CC630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC630A; }
p { color: rgb(204,99,10); }
H1.HeaderClassName
{
color: #CC630A;
}
.AnyTagClassName
{
color: #CC630A;
}
</style>
background-color css
<style>
a { background-color: #CC630A; }
a { background-color: rgb(204,99,10); }
div.DivClassName
{
background-color: #CC630A;
}
.BgClassName
{
background-color: #CC630A;
}
</style>
border-color css
<style>
span { border-color: #CC630A; }
span { border-color: rgb(204,99,10); }
td.TdClassName
{
border-color: #CC630A;
}
.TagClassName
{
border-color: #CC630A;
}
</style>