Html Css Color HEX #C46740 Ecstasy

📋 copy color: '#C46740'

red 196 ◦ green 103 ◦ blue 64

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

Shades of Ecstasy #C46740

Tints of Ecstasy #C46740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

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

R = 53.99%
G = 28.37%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C46740 (or 0xC46740) is known color: Ecstasy. HEX triplet: C4, 67 and 40. RGB value is (196,103,64). Sum of RGB (Red+Green+Blue) = 196+103+64=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C46740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46740 is #3B98BF. Grayscale: #7E7E7E. Windows color (decimal): -3905728 or 4220868. OLE color: 4220868.

HSL color Cylindrical-coordinate representation of color #C46740: hue angle of 17.73º 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 #C46740 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 103 64 -
CMYK 0 0.47 0.67 0.23
HSL 17.73º 0.53% 0.51% -
HSV(B) 17.73º 0.67% 0.77% -
XYZ 28.54 21.81 7.56 -
YUV 126.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 196 103 64 0 0.47 0.67 0.23 17.73 0.53 0.51
Hex C4 67 40 0 2F 43 17 12 35 33
Octal 304 147 100 0 57 103 27 22 65 63
Binary 11000100 1100111 1000000 0 101111 1000011 10111 10010 110101 110011

Color Harmonies of #C46740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46740

Black with #C46740

Text Example


Text Example

White with #C46740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46740; }

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

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

background-color css

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

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

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

border-color css

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

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

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