Html Css Color HEX #C2643C Ecstasy

📋 copy color: '#C2643C'

red 194 ◦ green 100 ◦ blue 60

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

Shades of Ecstasy #C2643C

Tints of Ecstasy #C2643C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 54.8%
G = 28.25%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2643C (or 0xC2643C) is known color: Ecstasy. HEX triplet: C2, 64 and 3C. RGB value is (194,100,60). Sum of RGB (Red+Green+Blue) = 194+100+60=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2643C is #3D9BC3. Grayscale: #7B7B7B. Windows color (decimal): -4037572 or 3957954. OLE color: 3957954.

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

Color convert

RGB 194 100 60 -
CMYK 0 0.48 0.69 0.24
HSL 17.91º 0.53% 0.5% -
HSV(B) 17.91º 0.69% 0.76% -
XYZ 27.62 20.91 6.86 -
YUV 123.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 194 100 60 0 0.48 0.69 0.24 17.91 0.53 0.5
Hex C2 64 3C 0 30 45 18 12 35 32
Octal 302 144 74 0 60 105 30 22 65 62
Binary 11000010 1100100 111100 0 110000 1000101 11000 10010 110101 110010

Color Harmonies of #C2643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2643C

Black with #C2643C

Text Example


Text Example

White with #C2643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2643C; }

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

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

background-color css

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

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

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

border-color css

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

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

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