#CA6B32

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

Shades of Tango #CA6B32

Tints of Tango #CA6B32

Color information

#CA6B32 (or 0xCA6B32) is unknown color: approx Tango. HEX triplet: CA, 6B and 32. RGB value is (202,107,50). Sum of RGB (Red+Green+Blue) = 202+107+50=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B32 is #3594CD. Grayscale: #818181. Windows color (decimal): -3511502 or 3304394. OLE color: 3304394.

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

Color convert

RGB20210750-
CMYK00.470.750.21
HSL22.5º60.32%49.41%-
HSV(B)22.5º75.25%79.22%-
XYZ30.1923.35.92-
YUV128.9183.47180.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.27%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 50 (19.92% from 255) = 13.93%
R=56.27%
G=29.81%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021075000.470.750.2122.560.3249.41
HexCA6B3202F4B15163c31
Octal3121536205711325267461
Binary110010101101011110010010111110010111010110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B32; }

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

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

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

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

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

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

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

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