Html Css Color HEX #CA7130 Tango

📋 copy color: '#CA7130'

red 202 ◦ green 113 ◦ blue 48

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

Shades of Tango #CA7130

Tints of Tango #CA7130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.22%

R = 55.65%
G = 31.13%
B = 13.22%

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

#CA7130 (or 0xCA7130) is known color: Tango. HEX triplet: CA, 71 and 30. RGB value is (202,113,48). Sum of RGB (Red+Green+Blue) = 202+113+48=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7130 is #358ECF. Grayscale: #848484. Windows color (decimal): -3509968 or 3174858. OLE color: 3174858.

HSL color Cylindrical-coordinate representation of color #CA7130: hue angle of 25.32º degrees, saturation: 0.62, 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 #CA7130 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 113 48 -
CMYK 0 0.44 0.76 0.21
HSL 25.32º 0.62% 0.49% -
HSV(B) 25.32º 0.76% 0.79% -
XYZ 30.8 24.58 5.92 -
YUV 132.2 80.49 177.79 -
System Red Green Blue C M Y K H S L
Decimal 202 113 48 0 0.44 0.76 0.21 25.32 0.62 0.49
Hex CA 71 30 0 2C 4C 15 19 3E 31
Octal 312 161 60 0 54 114 25 31 76 61
Binary 11001010 1110001 110000 0 101100 1001100 10101 11001 111110 110001

Color Harmonies of #CA7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7130

Black with #CA7130

Text Example


Text Example

White with #CA7130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7130; }

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

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

background-color css

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

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

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

border-color css

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

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

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