Html Css Color HEX #CA6E30 Tango

📋 copy color: '#CA6E30'

red 202 ◦ green 110 ◦ blue 48

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

Shades of Tango #CA6E30

Tints of Tango #CA6E30

RGB

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

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

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

R = 56.11%
G = 30.56%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA6E30 (or 0xCA6E30) is known color: Tango. HEX triplet: CA, 6E and 30. RGB value is (202,110,48). Sum of RGB (Red+Green+Blue) = 202+110+48=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E30 is #3591CF. Grayscale: #828282. Windows color (decimal): -3510736 or 3174090. OLE color: 3174090.

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

Color convert

RGB 202 110 48 -
CMYK 0 0.46 0.76 0.21
HSL 24.16º 0.62% 0.49% -
HSV(B) 24.16º 0.76% 0.79% -
XYZ 30.47 23.92 5.81 -
YUV 130.44 81.48 179.04 -
System Red Green Blue C M Y K H S L
Decimal 202 110 48 0 0.46 0.76 0.21 24.16 0.62 0.49
Hex CA 6E 30 0 2E 4C 15 18 3E 31
Octal 312 156 60 0 56 114 25 30 76 61
Binary 11001010 1101110 110000 0 101110 1001100 10101 11000 111110 110001

Color Harmonies of #CA6E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E30

Black with #CA6E30

Text Example


Text Example

White with #CA6E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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