#CA6B2A

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

Shades of Tango #CA6B2A

Tints of Tango #CA6B2A

Color information

#CA6B2A (or 0xCA6B2A) is unknown color: approx Tango. HEX triplet: CA, 6B and 2A. RGB value is (202,107,42). Sum of RGB (Red+Green+Blue) = 202+107+42=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B2A is #3594D5. Grayscale: #808080. Windows color (decimal): -3511510 or 2780106. OLE color: 2780106.

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

Color convert

RGB20210742-
CMYK00.470.790.21
HSL24.38º65.57%47.84%-
HSV(B)24.38º79.21%79.22%-
XYZ30.0323.245.09-
YUV127.9979.47180.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 107 (42.19% from 255) = 30.48%
BLUE value IS 42 (16.80% from 255) = 11.97%
R=57.55%
G=30.48%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021074200.470.790.2124.3865.5747.84
HexCA6B2A02F4F15184230
Octal31215352057117253010260
Binary1100101011010111010100101111100111110101110001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B2A; }

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

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

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

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

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

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

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

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