Html Css Color HEX #C26541 Ecstasy

📋 copy color: '#C26541'

red 194 ◦ green 101 ◦ blue 65

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

Shades of Ecstasy #C26541

Tints of Ecstasy #C26541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.06%

R = 53.89%
G = 28.06%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C26541 (or 0xC26541) is known color: Ecstasy. HEX triplet: C2, 65 and 41. RGB value is (194,101,65). Sum of RGB (Red+Green+Blue) = 194+101+65=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C26541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26541 is #3D9ABE. Grayscale: #7C7C7C. Windows color (decimal): -4037311 or 4285890. OLE color: 4285890.

HSL color Cylindrical-coordinate representation of color #C26541: hue angle of 16.74º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C26541 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 101 65 -
CMYK 0 0.48 0.66 0.24
HSL 16.74º 0.51% 0.51% -
HSV(B) 16.74º 0.66% 0.76% -
XYZ 27.86 21.16 7.62 -
YUV 124.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 194 101 65 0 0.48 0.66 0.24 16.74 0.51 0.51
Hex C2 65 41 0 30 42 18 11 33 33
Octal 302 145 101 0 60 102 30 21 63 63
Binary 11000010 1100101 1000001 0 110000 1000010 11000 10001 110011 110011

Color Harmonies of #C26541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26541

Black with #C26541

Text Example


Text Example

White with #C26541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26541; }

 p { color: rgb(194,101,65); }

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

background-color css

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

 a { background-color: rgb(194,101,65); }

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

border-color css

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

 span { border-color: rgb(194,101,65); }

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