Shades of Tenne (Tawny) #C34D02
Tints of Tenne (Tawny) #C34D02
RGB
CMYK
RGB Variations
Color information
#C34D02 (or 0xC34D02) is known color: Tenne (Tawny). HEX triplet: C3, 4D and 02. RGB value is (195,77,2). Sum of RGB (Red+Green+Blue) = 195+77+2=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34D02 is #3CB2FD. Grayscale: #686868. Windows color (decimal): -3977982 or 150979. OLE color: 150979.
HSL color Cylindrical-coordinate representation of color #C34D02: hue angle of 23.32º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C34D02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.24 |
| HSL | 23.32º | 0.98% | 0.39% | - |
| HSV(B) | 23.32º | 0.99% | 0.76% | - |
| XYZ | 25.17 | 16.91 | 2 | - |
| YUV | 103.73 | 70.59 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 2 | 0 | 0.61 | 0.99 | 0.24 | 23.32 | 0.98 | 0.39 |
| Hex | C3 | 4D | 2 | 0 | 3D | 63 | 18 | 17 | 62 | 27 |
| Octal | 303 | 115 | 2 | 0 | 75 | 143 | 30 | 27 | 142 | 47 |
| Binary | 11000011 | 1001101 | 10 | 0 | 111101 | 1100011 | 11000 | 10111 | 1100010 | 100111 |
Color Harmonies of #C34D02
Complementary color
Monochromatic Colors of #C34D02
Black with #C34D02
Text Example
Text Example
White with #C34D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D02; }
p { color: rgb(195,77,2); }
H1.HeaderClassName
{
color: #C34D02;
}
.AnyTagClassName
{
color: #C34D02;
}
</style>
background-color css
<style>
a { background-color: #C34D02; }
a { background-color: rgb(195,77,2); }
div.DivClassName
{
background-color: #C34D02;
}
.BgClassName
{
background-color: #C34D02;
}
</style>
border-color css
<style>
span { border-color: #C34D02; }
span { border-color: rgb(195,77,2); }
td.TdClassName
{
border-color: #C34D02;
}
.TagClassName
{
border-color: #C34D02;
}
</style>