Shades of Tenne (Tawny) #C84A02
Tints of Tenne (Tawny) #C84A02
RGB
CMYK
RGB Variations
Color information
#C84A02 (or 0xC84A02) is known color: Tenne (Tawny). HEX triplet: C8, 4A and 02. RGB value is (200,74,2). Sum of RGB (Red+Green+Blue) = 200+74+2=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84A02 is #37B5FD. Grayscale: #676767. Windows color (decimal): -3651070 or 150216. OLE color: 150216.
HSL color Cylindrical-coordinate representation of color #C84A02: hue angle of 21.82º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C84A02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.22 |
| HSL | 21.82º | 0.98% | 0.4% | - |
| HSV(B) | 21.82º | 0.99% | 0.78% | - |
| XYZ | 26.28 | 17.18 | 1.99 | - |
| YUV | 103.47 | 70.74 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 2 | 0 | 0.63 | 0.99 | 0.22 | 21.82 | 0.98 | 0.4 |
| Hex | C8 | 4A | 2 | 0 | 3F | 63 | 16 | 16 | 62 | 28 |
| Octal | 310 | 112 | 2 | 0 | 77 | 143 | 26 | 26 | 142 | 50 |
| Binary | 11001000 | 1001010 | 10 | 0 | 111111 | 1100011 | 10110 | 10110 | 1100010 | 101000 |
Color Harmonies of #C84A02
Complementary color
Monochromatic Colors of #C84A02
Black with #C84A02
Text Example
Text Example
White with #C84A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A02; }
p { color: rgb(200,74,2); }
H1.HeaderClassName
{
color: #C84A02;
}
.AnyTagClassName
{
color: #C84A02;
}
</style>
background-color css
<style>
a { background-color: #C84A02; }
a { background-color: rgb(200,74,2); }
div.DivClassName
{
background-color: #C84A02;
}
.BgClassName
{
background-color: #C84A02;
}
</style>
border-color css
<style>
span { border-color: #C84A02; }
span { border-color: rgb(200,74,2); }
td.TdClassName
{
border-color: #C84A02;
}
.TagClassName
{
border-color: #C84A02;
}
</style>