Shades of Tenne (Tawny) #C34C02
Tints of Tenne (Tawny) #C34C02
RGB
CMYK
RGB Variations
Color information
#C34C02 (or 0xC34C02) is known color: Tenne (Tawny). HEX triplet: C3, 4C and 02. RGB value is (195,76,2). Sum of RGB (Red+Green+Blue) = 195+76+2=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34C02 is #3CB3FD. Grayscale: #676767. Windows color (decimal): -3978238 or 150723. OLE color: 150723.
HSL color Cylindrical-coordinate representation of color #C34C02: hue angle of 23.01º 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 #C34C02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.24 |
| HSL | 23.01º | 0.98% | 0.39% | - |
| HSV(B) | 23.01º | 0.99% | 0.76% | - |
| XYZ | 25.1 | 16.78 | 1.97 | - |
| YUV | 103.15 | 70.92 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 2 | 0 | 0.61 | 0.99 | 0.24 | 23.01 | 0.98 | 0.39 |
| Hex | C3 | 4C | 2 | 0 | 3D | 63 | 18 | 17 | 62 | 27 |
| Octal | 303 | 114 | 2 | 0 | 75 | 143 | 30 | 27 | 142 | 47 |
| Binary | 11000011 | 1001100 | 10 | 0 | 111101 | 1100011 | 11000 | 10111 | 1100010 | 100111 |
Color Harmonies of #C34C02
Complementary color
Monochromatic Colors of #C34C02
Black with #C34C02
Text Example
Text Example
White with #C34C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C02; }
p { color: rgb(195,76,2); }
H1.HeaderClassName
{
color: #C34C02;
}
.AnyTagClassName
{
color: #C34C02;
}
</style>
background-color css
<style>
a { background-color: #C34C02; }
a { background-color: rgb(195,76,2); }
div.DivClassName
{
background-color: #C34C02;
}
.BgClassName
{
background-color: #C34C02;
}
</style>
border-color css
<style>
span { border-color: #C34C02; }
span { border-color: rgb(195,76,2); }
td.TdClassName
{
border-color: #C34C02;
}
.TagClassName
{
border-color: #C34C02;
}
</style>