Html Css Color HEX #C26136 Ecstasy

📋 copy color: '#C26136'

red 194 ◦ green 97 ◦ blue 54

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

Shades of Ecstasy #C26136

Tints of Ecstasy #C26136

RGB

 RED value IS 194 (76.17% from 255) = 56.23%

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

 BLUE value IS 54 (21.48% from 255) = 15.65%

R = 56.23%
G = 28.12%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C26136 (or 0xC26136) is known color: Ecstasy. HEX triplet: C2, 61 and 36. RGB value is (194,97,54). Sum of RGB (Red+Green+Blue) = 194+97+54=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C26136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26136 is #3D9EC9. Grayscale: #797979. Windows color (decimal): -4038346 or 3563970. OLE color: 3563970.

HSL color Cylindrical-coordinate representation of color #C26136: hue angle of 18.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C26136 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 97 54 -
CMYK 0 0.50 0.72 0.24
HSL 18.43º 0.56% 0.49% -
HSV(B) 18.43º 0.72% 0.76% -
XYZ 27.19 20.29 5.97 -
YUV 121.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 194 97 54 0 0.50 0.72 0.24 18.43 0.56 0.49
Hex C2 61 36 0 32 48 18 12 38 31
Octal 302 141 66 0 62 110 30 22 70 61
Binary 11000010 1100001 110110 0 110010 1001000 11000 10010 111000 110001

Color Harmonies of #C26136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26136

Black with #C26136

Text Example


Text Example

White with #C26136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26136; }

 p { color: rgb(194,97,54); }

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

background-color css

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

 a { background-color: rgb(194,97,54); }

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

border-color css

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

 span { border-color: rgb(194,97,54); }

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