#CA6A31

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

Shades of Tango #CA6A31

Tints of Tango #CA6A31

Color information

#CA6A31 (or 0xCA6A31) is unknown color: approx Tango. HEX triplet: CA, 6A and 31. RGB value is (202,106,49). Sum of RGB (Red+Green+Blue) = 202+106+49=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A31 is #3595CE. Grayscale: #808080. Windows color (decimal): -3511759 or 3238602. OLE color: 3238602.

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

Color convert

RGB20210649-
CMYK00.480.760.21
HSL22.35º60.96%49.22%-
HSV(B)22.35º75.74%79.22%-
XYZ30.0723.095.78-
YUV128.2183.3180.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 49 (19.53% from 255) = 13.73%
R=56.58%
G=29.69%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021064900.480.760.2122.3560.9649.22
HexCA6A310304C15163d31
Octal3121526106011425267561
Binary110010101101010110001011000010011001010110110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A31; }

 p { color: rgb(202,106,49); }

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

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

 a { background-color: rgb(202,106,49); }

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

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

 span { border-color: rgb(202,106,49); }

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