#CA712E

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

Shades of Tango #CA712E

Tints of Tango #CA712E

Color information

#CA712E (or 0xCA712E) is unknown color: approx Tango. HEX triplet: CA, 71 and 2E. RGB value is (202,113,46). Sum of RGB (Red+Green+Blue) = 202+113+46=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA712E is #358ED1. Grayscale: #848484. Windows color (decimal): -3509970 or 3043786. OLE color: 3043786.

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

Color convert

RGB20211346-
CMYK00.440.770.21
HSL25.77º62.9%48.63%-
HSV(B)25.77º77.23%79.22%-
XYZ30.7624.565.71-
YUV131.9779.49177.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.96%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 46 (18.36% from 255) = 12.74%
R=55.96%
G=31.30%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021134600.440.770.2125.7762.948.63
HexCA712E02C4D151a3f31
Octal3121615605411525327761
Binary110010101110001101110010110010011011010111010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA712E; }

 p { color: rgb(202,113,46); }

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

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

 a { background-color: rgb(202,113,46); }

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

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

 span { border-color: rgb(202,113,46); }

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