Html Css Color HEX #CA6E32 Tango

📋 copy color: '#CA6E32'

red 202 ◦ green 110 ◦ blue 50

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

Shades of Tango #CA6E32

Tints of Tango #CA6E32

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.39%

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 55.8%
G = 30.39%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA6E32 (or 0xCA6E32) is known color: Tango. HEX triplet: CA, 6E and 32. RGB value is (202,110,50). Sum of RGB (Red+Green+Blue) = 202+110+50=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E32 is #3591CD. Grayscale: #838383. Windows color (decimal): -3510734 or 3305162. OLE color: 3305162.

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

Color convert

RGB 202 110 50 -
CMYK 0 0.46 0.75 0.21
HSL 23.68º 0.6% 0.49% -
HSV(B) 23.68º 0.75% 0.79% -
XYZ 30.51 23.94 6.03 -
YUV 130.67 82.48 178.88 -
System Red Green Blue C M Y K H S L
Decimal 202 110 50 0 0.46 0.75 0.21 23.68 0.6 0.49
Hex CA 6E 32 0 2E 4B 15 18 3C 31
Octal 312 156 62 0 56 113 25 30 74 61
Binary 11001010 1101110 110010 0 101110 1001011 10101 11000 111100 110001

Color Harmonies of #CA6E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E32

Black with #CA6E32

Text Example


Text Example

White with #CA6E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E32; }

 p { color: rgb(202,110,50); }

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

background-color css

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

 a { background-color: rgb(202,110,50); }

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

border-color css

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

 span { border-color: rgb(202,110,50); }

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