Html Css Color HEX #C26740 Ecstasy

📋 copy color: '#C26740'

red 194 ◦ green 103 ◦ blue 64

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

Shades of Ecstasy #C26740

Tints of Ecstasy #C26740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

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

R = 53.74%
G = 28.53%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C26740 (or 0xC26740) is known color: Ecstasy. HEX triplet: C2, 67 and 40. RGB value is (194,103,64). Sum of RGB (Red+Green+Blue) = 194+103+64=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C26740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26740 is #3D98BF. Grayscale: #7E7E7E. Windows color (decimal): -4036800 or 4220866. OLE color: 4220866.

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

Color convert

RGB 194 103 64 -
CMYK 0 0.47 0.67 0.24
HSL 18º 0.52% 0.51% -
HSV(B) 18º 0.67% 0.76% -
XYZ 28.02 21.54 7.53 -
YUV 125.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 194 103 64 0 0.47 0.67 0.24 18 0.52 0.51
Hex C2 67 40 0 2F 43 18 12 34 33
Octal 302 147 100 0 57 103 30 22 64 63
Binary 11000010 1100111 1000000 0 101111 1000011 11000 10010 110100 110011

Color Harmonies of #C26740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26740

Black with #C26740

Text Example


Text Example

White with #C26740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26740; }

 p { color: rgb(194,103,64); }

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

background-color css

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

 a { background-color: rgb(194,103,64); }

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

border-color css

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

 span { border-color: rgb(194,103,64); }

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