#CA6E31

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

Shades of Tango #CA6E31

Tints of Tango #CA6E31

Color information

#CA6E31 (or 0xCA6E31) is unknown color: approx Tango. HEX triplet: CA, 6E and 31. RGB value is (202,110,49). Sum of RGB (Red+Green+Blue) = 202+110+49=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E31 is #3591CE. Grayscale: #828282. Windows color (decimal): -3510735 or 3239626. OLE color: 3239626.

HSL color Cylindrical-coordinate representation of color #CA6E31: hue angle of 23.92º 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 #CA6E31 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB20211049-
CMYK00.460.760.21
HSL23.92º60.96%49.22%-
HSV(B)23.92º75.74%79.22%-
XYZ30.4923.935.92-
YUV130.5581.98178.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.96%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=55.96%
G=30.47%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021104900.460.760.2123.9260.9649.22
HexCA6E3102E4C15183d31
Octal3121566105611425307561
Binary110010101101110110001010111010011001010111000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6E31; }

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

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

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

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

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

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

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

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