Shades of Tenne (Tawny) #CA5C10
Tints of Tenne (Tawny) #CA5C10
RGB
CMYK
RGB Variations
Color information
#CA5C10 (or 0xCA5C10) is known color: Tenne (Tawny). HEX triplet: CA, 5C and 10. RGB value is (202,92,16). Sum of RGB (Red+Green+Blue) = 202+92+16=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5C10 is #35A3EF. Grayscale: #747474. Windows color (decimal): -3515376 or 1072330. OLE color: 1072330.
HSL color Cylindrical-coordinate representation of color #CA5C10: hue angle of 24.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA5C10 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 92 | 16 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.21 |
| HSL | 24.52º | 0.85% | 0.43% | - |
| HSV(B) | 24.52º | 0.92% | 0.79% | - |
| XYZ | 28.28 | 20.25 | 2.91 | - |
| YUV | 116.23 | 71.44 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 16 | 0 | 0.54 | 0.92 | 0.21 | 24.52 | 0.85 | 0.43 |
| Hex | CA | 5C | 10 | 0 | 36 | 5C | 15 | 19 | 55 | 2B |
| Octal | 312 | 134 | 20 | 0 | 66 | 134 | 25 | 31 | 125 | 53 |
| Binary | 11001010 | 1011100 | 10000 | 0 | 110110 | 1011100 | 10101 | 11001 | 1010101 | 101011 |
Color Harmonies of #CA5C10
Complementary color
Monochromatic Colors of #CA5C10
Black with #CA5C10
Text Example
Text Example
White with #CA5C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5C10; }
p { color: rgb(202,92,16); }
H1.HeaderClassName
{
color: #CA5C10;
}
.AnyTagClassName
{
color: #CA5C10;
}
</style>
background-color css
<style>
a { background-color: #CA5C10; }
a { background-color: rgb(202,92,16); }
div.DivClassName
{
background-color: #CA5C10;
}
.BgClassName
{
background-color: #CA5C10;
}
</style>
border-color css
<style>
span { border-color: #CA5C10; }
span { border-color: rgb(202,92,16); }
td.TdClassName
{
border-color: #CA5C10;
}
.TagClassName
{
border-color: #CA5C10;
}
</style>