Html Css Color HEX #CA712E Tango

📋 copy color: '#CA712E'

red 202 ◦ green 113 ◦ blue 46

#CA712E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tango #CA712E

Tints of Tango #CA712E

RGB

 RED value IS 202 (79.3% from 255) = 55.96%

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 55.96%
G = 31.3%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA712E (or 0xCA712E) is known color: 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

RGB 202 113 46 -
CMYK 0 0.44 0.77 0.21
HSL 25.77º 0.63% 0.49% -
HSV(B) 25.77º 0.77% 0.79% -
XYZ 30.76 24.56 5.71 -
YUV 131.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 202 113 46 0 0.44 0.77 0.21 25.77 0.63 0.49
Hex CA 71 2E 0 2C 4D 15 1A 3F 31
Octal 312 161 56 0 54 115 25 32 77 61
Binary 11001010 1110001 101110 0 101100 1001101 10101 11010 111111 110001

Color Harmonies of #CA712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA712E

Black with #CA712E

Text Example


Text Example

White with #CA712E

Text Example


Text Example

HTML Codes & Css Web 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>