Html Css Color HEX #C45D3C Ecstasy

📋 copy color: '#C45D3C'

red 196 ◦ green 93 ◦ blue 60

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

Shades of Ecstasy #C45D3C

Tints of Ecstasy #C45D3C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.65%

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

R = 56.16%
G = 26.65%
B = 17.19%

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

#C45D3C (or 0xC45D3C) is known color: Ecstasy. HEX triplet: C4, 5D and 3C. RGB value is (196,93,60). Sum of RGB (Red+Green+Blue) = 196+93+60=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D3C is #3BA2C3. Grayscale: #787878. Windows color (decimal): -3908292 or 3956164. OLE color: 3956164.

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

Color convert

RGB 196 93 60 -
CMYK 0 0.53 0.69 0.23
HSL 14.56º 0.54% 0.5% -
HSV(B) 14.56º 0.69% 0.77% -
XYZ 27.49 19.89 6.67 -
YUV 120.04 94.12 182.18 -
System Red Green Blue C M Y K H S L
Decimal 196 93 60 0 0.53 0.69 0.23 14.56 0.54 0.5
Hex C4 5D 3C 0 35 45 17 F 36 32
Octal 304 135 74 0 65 105 27 17 66 62
Binary 11000100 1011101 111100 0 110101 1000101 10111 1111 110110 110010

Color Harmonies of #C45D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45D3C

Black with #C45D3C

Text Example


Text Example

White with #C45D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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