Html Css Color HEX #CA6E2A Tango

📋 copy color: '#CA6E2A'

red 202 ◦ green 110 ◦ blue 42

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

Shades of Tango #CA6E2A

Tints of Tango #CA6E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.86%

R = 57.06%
G = 31.07%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA6E2A (or 0xCA6E2A) is known color: Tango. HEX triplet: CA, 6E and 2A. RGB value is (202,110,42). Sum of RGB (Red+Green+Blue) = 202+110+42=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E2A is #3591D5. Grayscale: #828282. Windows color (decimal): -3510742 or 2780874. OLE color: 2780874.

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

Color convert

RGB 202 110 42 -
CMYK 0 0.46 0.79 0.21
HSL 25.5º 0.66% 0.48% -
HSV(B) 25.5º 0.79% 0.79% -
XYZ 30.35 23.88 5.2 -
YUV 129.76 78.48 179.53 -
System Red Green Blue C M Y K H S L
Decimal 202 110 42 0 0.46 0.79 0.21 25.5 0.66 0.48
Hex CA 6E 2A 0 2E 4F 15 1A 42 30
Octal 312 156 52 0 56 117 25 32 102 60
Binary 11001010 1101110 101010 0 101110 1001111 10101 11010 1000010 110000

Color Harmonies of #CA6E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E2A

Black with #CA6E2A

Text Example


Text Example

White with #CA6E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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