Html Css Color HEX #C46442 Ecstasy

📋 copy color: '#C46442'

red 196 ◦ green 100 ◦ blue 66

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

Shades of Ecstasy #C46442

Tints of Ecstasy #C46442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 54.14%
G = 27.62%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C46442 (or 0xC46442) is known color: Ecstasy. HEX triplet: C4, 64 and 42. RGB value is (196,100,66). Sum of RGB (Red+Green+Blue) = 196+100+66=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C46442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46442 is #3B9BBD. Grayscale: #7D7D7D. Windows color (decimal): -3906494 or 4351172. OLE color: 4351172.

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

Color convert

RGB 196 100 66 -
CMYK 0 0.49 0.66 0.23
HSL 15.69º 0.52% 0.51% -
HSV(B) 15.69º 0.66% 0.77% -
XYZ 28.31 21.24 7.76 -
YUV 124.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 196 100 66 0 0.49 0.66 0.23 15.69 0.52 0.51
Hex C4 64 42 0 31 42 17 10 34 33
Octal 304 144 102 0 61 102 27 20 64 63
Binary 11000100 1100100 1000010 0 110001 1000010 10111 10000 110100 110011

Color Harmonies of #C46442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46442

Black with #C46442

Text Example


Text Example

White with #C46442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46442; }

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

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

background-color css

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

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

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

border-color css

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

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

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