#CA5216

Color #CA5216 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CA5216

Tints of Tenne (Tawny) #CA5216

Color information

#CA5216 (or 0xCA5216) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 52 and 16. RGB value is (202,82,22). Sum of RGB (Red+Green+Blue) = 202+82+22=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5216 is #35ADE9. Grayscale: #6F6F6F. Windows color (decimal): -3517930 or 1462986. OLE color: 1462986.

HSL color Cylindrical-coordinate representation of color #CA5216: hue angle of 20º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA5216 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB2028222-
CMYK00.590.890.21
HSL20º80.36%43.92%-
HSV(B)20º89.11%79.22%-
XYZ27.5218.652.91-
YUV111.0477.76192.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 66.01%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 22 (8.98% from 255) = 7.19%
R=66.01%
G=26.80%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202822200.590.890.212080.3643.92
HexCA521603B591514502c
Octal31212226073131252412054
Binary110010101010010101100111011101100110101101001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5216; }

 p { color: rgb(202,82,22); }

 H1.HeaderClassName
 {
   color: #CA5216;
 }
 .AnyTagClassName
 {
   color: #CA5216;
 }
</style>
background-color css

<style>
 a { background-color: #CA5216; }

 a { background-color: rgb(202,82,22); }

 div.DivClassName
 {
   background-color: #CA5216;
 }
 .BgClassName
 {
   background-color: #CA5216;
 }
</style>
border-color css

<style>
 span { border-color: #CA5216; }

 span { border-color: rgb(202,82,22); }

 td.TdClassName
 {
   border-color: #CA5216;
 }
 .TagClassName
 {
   border-color: #CA5216;
 }
</style>