Html Css Color HEX #C46440 Ecstasy

📋 copy color: '#C46440'

red 196 ◦ green 100 ◦ blue 64

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

Shades of Ecstasy #C46440

Tints of Ecstasy #C46440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.78%

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

R = 54.44%
G = 27.78%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C46440 (or 0xC46440) is known color: Ecstasy. HEX triplet: C4, 64 and 40. RGB value is (196,100,64). Sum of RGB (Red+Green+Blue) = 196+100+64=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C46440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46440 is #3B9BBF. Grayscale: #7C7C7C. Windows color (decimal): -3906496 or 4220100. OLE color: 4220100.

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

Color convert

RGB 196 100 64 -
CMYK 0 0.49 0.67 0.23
HSL 16.36º 0.53% 0.51% -
HSV(B) 16.36º 0.67% 0.77% -
XYZ 28.25 21.22 7.46 -
YUV 124.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 196 100 64 0 0.49 0.67 0.23 16.36 0.53 0.51
Hex C4 64 40 0 31 43 17 10 35 33
Octal 304 144 100 0 61 103 27 20 65 63
Binary 11000100 1100100 1000000 0 110001 1000011 10111 10000 110101 110011

Color Harmonies of #C46440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46440

Black with #C46440

Text Example


Text Example

White with #C46440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46440; }

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

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

background-color css

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

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

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

border-color css

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

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

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