#CA6B29

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

Shades of Tango #CA6B29

Tints of Tango #CA6B29

Color information

#CA6B29 (or 0xCA6B29) is unknown color: approx Tango. HEX triplet: CA, 6B and 29. RGB value is (202,107,41). Sum of RGB (Red+Green+Blue) = 202+107+41=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B29 is #3594D6. Grayscale: #808080. Windows color (decimal): -3511511 or 2714570. OLE color: 2714570.

HSL color Cylindrical-coordinate representation of color #CA6B29: hue angle of 24.6º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA6B29 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20210741-
CMYK00.470.800.21
HSL24.6º66.26%47.65%-
HSV(B)24.6º79.7%79.22%-
XYZ30.0223.235-
YUV127.8878.97180.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.71%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 41 (16.41% from 255) = 11.71%
R=57.71%
G=30.57%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021074100.470.800.2124.666.2647.65
HexCA6B2902F5015194230
Octal31215351057120253110260
Binary1100101011010111010010101111101000010101110011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B29; }

 p { color: rgb(202,107,41); }

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

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

 a { background-color: rgb(202,107,41); }

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

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

 span { border-color: rgb(202,107,41); }

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