Html Css Color HEX #C46540 Ecstasy

📋 copy color: '#C46540'

red 196 ◦ green 101 ◦ blue 64

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

Shades of Ecstasy #C46540

Tints of Ecstasy #C46540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

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

R = 54.29%
G = 27.98%
B = 17.73%

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

#C46540 (or 0xC46540) is known color: Ecstasy. HEX triplet: C4, 65 and 40. RGB value is (196,101,64). Sum of RGB (Red+Green+Blue) = 196+101+64=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C46540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46540 is #3B9ABF. Grayscale: #7D7D7D. Windows color (decimal): -3906240 or 4220356. OLE color: 4220356.

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

Color convert

RGB 196 101 64 -
CMYK 0 0.48 0.67 0.23
HSL 16.82º 0.53% 0.51% -
HSV(B) 16.82º 0.67% 0.77% -
XYZ 28.34 21.41 7.49 -
YUV 125.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 196 101 64 0 0.48 0.67 0.23 16.82 0.53 0.51
Hex C4 65 40 0 30 43 17 11 35 33
Octal 304 145 100 0 60 103 27 21 65 63
Binary 11000100 1100101 1000000 0 110000 1000011 10111 10001 110101 110011

Color Harmonies of #C46540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46540

Black with #C46540

Text Example


Text Example

White with #C46540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46540; }

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

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

background-color css

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

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

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

border-color css

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

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

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