Html Css Color HEX #CA6D32 Tango

📋 copy color: '#CA6D32'

red 202 ◦ green 109 ◦ blue 50

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

Shades of Tango #CA6D32

Tints of Tango #CA6D32

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

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

R = 55.96%
G = 30.19%
B = 13.85%

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

#CA6D32 (or 0xCA6D32) is known color: Tango. HEX triplet: CA, 6D and 32. RGB value is (202,109,50). Sum of RGB (Red+Green+Blue) = 202+109+50=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D32 is #3592CD. Grayscale: #828282. Windows color (decimal): -3510990 or 3304906. OLE color: 3304906.

HSL color Cylindrical-coordinate representation of color #CA6D32: hue angle of 23.29º 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 #CA6D32 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 109 50 -
CMYK 0 0.46 0.75 0.21
HSL 23.29º 0.6% 0.49% -
HSV(B) 23.29º 0.75% 0.79% -
XYZ 30.4 23.72 5.99 -
YUV 130.08 82.81 179.3 -
System Red Green Blue C M Y K H S L
Decimal 202 109 50 0 0.46 0.75 0.21 23.29 0.6 0.49
Hex CA 6D 32 0 2E 4B 15 17 3C 31
Octal 312 155 62 0 56 113 25 27 74 61
Binary 11001010 1101101 110010 0 101110 1001011 10101 10111 111100 110001

Color Harmonies of #CA6D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D32

Black with #CA6D32

Text Example


Text Example

White with #CA6D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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