#CA5902

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

Shades of Tenne (Tawny) #CA5902

Tints of Tenne (Tawny) #CA5902

Color information

#CA5902 (or 0xCA5902) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 59 and 02. RGB value is (202,89,2). Sum of RGB (Red+Green+Blue) = 202+89+2=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5902 is #35A6FD. Grayscale: #717171. Windows color (decimal): -3516158 or 154058. OLE color: 154058.

HSL color Cylindrical-coordinate representation of color #CA5902: hue angle of 26.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA5902 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB202892-
CMYK00.560.990.21
HSL26.1º98.04%40%-
HSV(B)26.1º99.01%79.22%-
XYZ27.9419.712.39-
YUV112.8765.44191.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.94%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=68.94%
G=30.38%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20289200.560.990.2126.198.0440
HexCA59203863151a6228
Octal3121312070143253214250
Binary110010101011001100111000110001110101110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5902; }

 p { color: rgb(202,89,2); }

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

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

 a { background-color: rgb(202,89,2); }

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

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

 span { border-color: rgb(202,89,2); }

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