Html Css Color HEX #C45C3C Ecstasy

📋 copy color: '#C45C3C'

red 196 ◦ green 92 ◦ blue 60

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

Shades of Ecstasy #C45C3C

Tints of Ecstasy #C45C3C

RGB

 RED value IS 196 (76.95% from 255) = 56.32%

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

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

R = 56.32%
G = 26.44%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C45C3C (or 0xC45C3C) is known color: Ecstasy. HEX triplet: C4, 5C and 3C. RGB value is (196,92,60). Sum of RGB (Red+Green+Blue) = 196+92+60=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C3C is #3BA3C3. Grayscale: #777777. Windows color (decimal): -3908548 or 3955908. OLE color: 3955908.

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

Color convert

RGB 196 92 60 -
CMYK 0 0.53 0.69 0.23
HSL 14.12º 0.54% 0.5% -
HSV(B) 14.12º 0.69% 0.77% -
XYZ 27.41 19.72 6.64 -
YUV 119.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 196 92 60 0 0.53 0.69 0.23 14.12 0.54 0.5
Hex C4 5C 3C 0 35 45 17 E 36 32
Octal 304 134 74 0 65 105 27 16 66 62
Binary 11000100 1011100 111100 0 110101 1000101 10111 1110 110110 110010

Color Harmonies of #C45C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45C3C

Black with #C45C3C

Text Example


Text Example

White with #C45C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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