Html Css Color HEX #C46940 Ecstasy

📋 copy color: '#C46940'

red 196 ◦ green 105 ◦ blue 64

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

Shades of Ecstasy #C46940

Tints of Ecstasy #C46940

RGB

 RED value IS 196 (76.95% from 255) = 53.7%

 GREEN value IS 105 (41.41% from 255) = 28.77%

 BLUE value IS 64 (25.39% from 255) = 17.53%

R = 53.7%
G = 28.77%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C46940 (or 0xC46940) is known color: Ecstasy. HEX triplet: C4, 69 and 40. RGB value is (196,105,64). Sum of RGB (Red+Green+Blue) = 196+105+64=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C46940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46940 is #3B96BF. Grayscale: #7F7F7F. Windows color (decimal): -3905216 or 4221380. OLE color: 4221380.

HSL color Cylindrical-coordinate representation of color #C46940: hue angle of 18.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C46940 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 105 64 -
CMYK 0 0.46 0.67 0.23
HSL 18.64º 0.53% 0.51% -
HSV(B) 18.64º 0.67% 0.77% -
XYZ 28.74 22.21 7.62 -
YUV 127.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 196 105 64 0 0.46 0.67 0.23 18.64 0.53 0.51
Hex C4 69 40 0 2E 43 17 13 35 33
Octal 304 151 100 0 56 103 27 23 65 63
Binary 11000100 1101001 1000000 0 101110 1000011 10111 10011 110101 110011

Color Harmonies of #C46940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46940

Black with #C46940

Text Example


Text Example

White with #C46940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46940; }

 p { color: rgb(196,105,64); }

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

background-color css

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

 a { background-color: rgb(196,105,64); }

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

border-color css

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

 span { border-color: rgb(196,105,64); }

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