#CA722E

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

Shades of Tango #CA722E

Tints of Tango #CA722E

Color information

#CA722E (or 0xCA722E) is unknown color: approx Tango. HEX triplet: CA, 72 and 2E. RGB value is (202,114,46). Sum of RGB (Red+Green+Blue) = 202+114+46=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA722E is #358DD1. Grayscale: #848484. Windows color (decimal): -3509714 or 3044042. OLE color: 3044042.

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

Color convert

RGB20211446-
CMYK00.440.770.21
HSL26.15º62.9%48.63%-
HSV(B)26.15º77.23%79.22%-
XYZ30.8724.795.74-
YUV132.5679.15177.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.80%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 46 (18.36% from 255) = 12.71%
R=55.80%
G=31.49%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021144600.440.770.2126.1562.948.63
HexCA722E02C4D151a3f31
Octal3121625605411525327761
Binary110010101110010101110010110010011011010111010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA722E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA722E; }

 p { color: rgb(202,114,46); }

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

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

 a { background-color: rgb(202,114,46); }

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

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

 span { border-color: rgb(202,114,46); }

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