Html Css Color HEX #C46240 Ecstasy

📋 copy color: '#C46240'

red 196 ◦ green 98 ◦ blue 64

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

Shades of Ecstasy #C46240

Tints of Ecstasy #C46240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.37%

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

R = 54.75%
G = 27.37%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C46240 (or 0xC46240) is known color: Ecstasy. HEX triplet: C4, 62 and 40. RGB value is (196,98,64). Sum of RGB (Red+Green+Blue) = 196+98+64=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C46240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46240 is #3B9DBF. Grayscale: #7B7B7B. Windows color (decimal): -3907008 or 4219588. OLE color: 4219588.

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

Color convert

RGB 196 98 64 -
CMYK 0 0.5 0.67 0.23
HSL 15.45º 0.53% 0.51% -
HSV(B) 15.45º 0.67% 0.77% -
XYZ 28.06 20.84 7.39 -
YUV 123.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 196 98 64 0 0.5 0.67 0.23 15.45 0.53 0.51
Hex C4 62 40 0 32 43 17 F 35 33
Octal 304 142 100 0 62 103 27 17 65 63
Binary 11000100 1100010 1000000 0 110010 1000011 10111 1111 110101 110011

Color Harmonies of #C46240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46240

Black with #C46240

Text Example


Text Example

White with #C46240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46240; }

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

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

background-color css

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

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

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

border-color css

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

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

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