Html Css Color HEX #C26442 Ecstasy

📋 copy color: '#C26442'

red 194 ◦ green 100 ◦ blue 66

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

Shades of Ecstasy #C26442

Tints of Ecstasy #C26442

RGB

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

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

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

R = 53.89%
G = 27.78%
B = 18.33%

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

#C26442 (or 0xC26442) is known color: Ecstasy. HEX triplet: C2, 64 and 42. RGB value is (194,100,66). Sum of RGB (Red+Green+Blue) = 194+100+66=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C26442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26442 is #3D9BBD. Grayscale: #7C7C7C. Windows color (decimal): -4037566 or 4351170. OLE color: 4351170.

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

Color convert

RGB 194 100 66 -
CMYK 0 0.48 0.66 0.24
HSL 15.94º 0.51% 0.51% -
HSV(B) 15.94º 0.66% 0.76% -
XYZ 27.79 20.98 7.74 -
YUV 124.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 194 100 66 0 0.48 0.66 0.24 15.94 0.51 0.51
Hex C2 64 42 0 30 42 18 10 33 33
Octal 302 144 102 0 60 102 30 20 63 63
Binary 11000010 1100100 1000010 0 110000 1000010 11000 10000 110011 110011

Color Harmonies of #C26442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26442

Black with #C26442

Text Example


Text Example

White with #C26442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26442; }

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

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

background-color css

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

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

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

border-color css

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

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

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