Shades of Tenne (Tawny) #C2530B
Tints of Tenne (Tawny) #C2530B
RGB
CMYK
RGB Variations
Color information
#C2530B (or 0xC2530B) is known color: Tenne (Tawny). HEX triplet: C2, 53 and 0B. RGB value is (194,83,11). Sum of RGB (Red+Green+Blue) = 194+83+11=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2530B is #3DACF4. Grayscale: #6C6C6C. Windows color (decimal): -4041973 or 742338. OLE color: 742338.
HSL color Cylindrical-coordinate representation of color #C2530B: hue angle of 23.61º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2530B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.24 |
| HSL | 23.61º | 0.89% | 0.4% | - |
| HSV(B) | 23.61º | 0.94% | 0.76% | - |
| XYZ | 25.4 | 17.68 | 2.39 | - |
| YUV | 107.98 | 73.27 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 11 | 0 | 0.57 | 0.94 | 0.24 | 23.61 | 0.89 | 0.4 |
| Hex | C2 | 53 | B | 0 | 39 | 5E | 18 | 18 | 59 | 28 |
| Octal | 302 | 123 | 13 | 0 | 71 | 136 | 30 | 30 | 131 | 50 |
| Binary | 11000010 | 1010011 | 1011 | 0 | 111001 | 1011110 | 11000 | 11000 | 1011001 | 101000 |
Color Harmonies of #C2530B
Complementary color
Monochromatic Colors of #C2530B
Black with #C2530B
Text Example
Text Example
White with #C2530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2530B; }
p { color: rgb(194,83,11); }
H1.HeaderClassName
{
color: #C2530B;
}
.AnyTagClassName
{
color: #C2530B;
}
</style>
background-color css
<style>
a { background-color: #C2530B; }
a { background-color: rgb(194,83,11); }
div.DivClassName
{
background-color: #C2530B;
}
.BgClassName
{
background-color: #C2530B;
}
</style>
border-color css
<style>
span { border-color: #C2530B; }
span { border-color: rgb(194,83,11); }
td.TdClassName
{
border-color: #C2530B;
}
.TagClassName
{
border-color: #C2530B;
}
</style>