Html Css Color HEX #C46640 Ecstasy

📋 copy color: '#C46640'

red 196 ◦ green 102 ◦ blue 64

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

Shades of Ecstasy #C46640

Tints of Ecstasy #C46640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

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

R = 54.14%
G = 28.18%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C46640 (or 0xC46640) is known color: Ecstasy. HEX triplet: C4, 66 and 40. RGB value is (196,102,64). Sum of RGB (Red+Green+Blue) = 196+102+64=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C46640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46640 is #3B99BF. Grayscale: #7E7E7E. Windows color (decimal): -3905984 or 4220612. OLE color: 4220612.

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

Color convert

RGB 196 102 64 -
CMYK 0 0.48 0.67 0.23
HSL 17.27º 0.53% 0.51% -
HSV(B) 17.27º 0.67% 0.77% -
XYZ 28.44 21.61 7.52 -
YUV 125.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 196 102 64 0 0.48 0.67 0.23 17.27 0.53 0.51
Hex C4 66 40 0 30 43 17 11 35 33
Octal 304 146 100 0 60 103 27 21 65 63
Binary 11000100 1100110 1000000 0 110000 1000011 10111 10001 110101 110011

Color Harmonies of #C46640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46640

Black with #C46640

Text Example


Text Example

White with #C46640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46640; }

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

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

background-color css

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

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

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

border-color css

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

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

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