Html Css Color HEX #C46132 Ecstasy

📋 copy color: '#C46132'

red 196 ◦ green 97 ◦ blue 50

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

Shades of Ecstasy #C46132

Tints of Ecstasy #C46132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.28%

 BLUE value IS 50 (19.92% from 255) = 14.58%

R = 57.14%
G = 28.28%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C46132 (or 0xC46132) is known color: Ecstasy. HEX triplet: C4, 61 and 32. RGB value is (196,97,50). Sum of RGB (Red+Green+Blue) = 196+97+50=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C46132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46132 is #3B9ECD. Grayscale: #797979. Windows color (decimal): -3907278 or 3301828. OLE color: 3301828.

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

Color convert

RGB 196 97 50 -
CMYK 0 0.51 0.74 0.23
HSL 19.32º 0.59% 0.48% -
HSV(B) 19.32º 0.74% 0.77% -
XYZ 27.62 20.52 5.52 -
YUV 121.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 196 97 50 0 0.51 0.74 0.23 19.32 0.59 0.48
Hex C4 61 32 0 33 4A 17 13 3B 30
Octal 304 141 62 0 63 112 27 23 73 60
Binary 11000100 1100001 110010 0 110011 1001010 10111 10011 111011 110000

Color Harmonies of #C46132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46132

Black with #C46132

Text Example


Text Example

White with #C46132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46132; }

 p { color: rgb(196,97,50); }

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

background-color css

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

 a { background-color: rgb(196,97,50); }

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

border-color css

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

 span { border-color: rgb(196,97,50); }

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