Html Css Color HEX #C15C3C Ecstasy

📋 copy color: '#C15C3C'

red 193 ◦ green 92 ◦ blue 60

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

Shades of Ecstasy #C15C3C

Tints of Ecstasy #C15C3C

RGB

 RED value IS 193 (75.78% from 255) = 55.94%

 GREEN value IS 92 (36.33% from 255) = 26.67%

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

R = 55.94%
G = 26.67%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C15C3C (or 0xC15C3C) is known color: Ecstasy. HEX triplet: C1, 5C and 3C. RGB value is (193,92,60). Sum of RGB (Red+Green+Blue) = 193+92+60=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15C3C is #3EA3C3. Grayscale: #767676. Windows color (decimal): -4105156 or 3955905. OLE color: 3955905.

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

Color convert

RGB 193 92 60 -
CMYK 0 0.52 0.69 0.24
HSL 14.44º 0.53% 0.5% -
HSV(B) 14.44º 0.69% 0.76% -
XYZ 26.64 19.32 6.6 -
YUV 118.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 193 92 60 0 0.52 0.69 0.24 14.44 0.53 0.5
Hex C1 5C 3C 0 34 45 18 E 35 32
Octal 301 134 74 0 64 105 30 16 65 62
Binary 11000001 1011100 111100 0 110100 1000101 11000 1110 110101 110010

Color Harmonies of #C15C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C3C

Black with #C15C3C

Text Example


Text Example

White with #C15C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C3C; }

 p { color: rgb(193,92,60); }

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

background-color css

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

 a { background-color: rgb(193,92,60); }

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

border-color css

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

 span { border-color: rgb(193,92,60); }

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