Html Css Color HEX #CA7131 Tango

📋 copy color: '#CA7131'

red 202 ◦ green 113 ◦ blue 49

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

Shades of Tango #CA7131

Tints of Tango #CA7131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.46%

R = 55.49%
G = 31.04%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA7131 (or 0xCA7131) is known color: Tango. HEX triplet: CA, 71 and 31. RGB value is (202,113,49). Sum of RGB (Red+Green+Blue) = 202+113+49=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7131 is #358ECE. Grayscale: #848484. Windows color (decimal): -3509967 or 3240394. OLE color: 3240394.

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

Color convert

RGB 202 113 49 -
CMYK 0 0.44 0.76 0.21
HSL 25.1º 0.61% 0.49% -
HSV(B) 25.1º 0.76% 0.79% -
XYZ 30.82 24.59 6.03 -
YUV 132.32 80.99 177.7 -
System Red Green Blue C M Y K H S L
Decimal 202 113 49 0 0.44 0.76 0.21 25.1 0.61 0.49
Hex CA 71 31 0 2C 4C 15 19 3D 31
Octal 312 161 61 0 54 114 25 31 75 61
Binary 11001010 1110001 110001 0 101100 1001100 10101 11001 111101 110001

Color Harmonies of #CA7131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7131

Black with #CA7131

Text Example


Text Example

White with #CA7131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7131; }

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

 H1.HeaderClassName
 {
   color: #CA7131;
 }
 .AnyTagClassName
 {
   color: #CA7131;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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