Html Css Color HEX #C45A3D Ecstasy

📋 copy color: '#C45A3D'

red 196 ◦ green 90 ◦ blue 61

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

Shades of Ecstasy #C45A3D

Tints of Ecstasy #C45A3D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.94%

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 56.48%
G = 25.94%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C45A3D (or 0xC45A3D) is known color: Ecstasy. HEX triplet: C4, 5A and 3D. RGB value is (196,90,61). Sum of RGB (Red+Green+Blue) = 196+90+61=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A3D is #3BA5C2. Grayscale: #767676. Windows color (decimal): -3909059 or 4020932. OLE color: 4020932.

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

Color convert

RGB 196 90 61 -
CMYK 0 0.54 0.69 0.23
HSL 12.89º 0.53% 0.5% -
HSV(B) 12.89º 0.69% 0.77% -
XYZ 27.26 19.39 6.72 -
YUV 118.39 95.62 183.36 -
System Red Green Blue C M Y K H S L
Decimal 196 90 61 0 0.54 0.69 0.23 12.89 0.53 0.5
Hex C4 5A 3D 0 36 45 17 D 35 32
Octal 304 132 75 0 66 105 27 15 65 62
Binary 11000100 1011010 111101 0 110110 1000101 10111 1101 110101 110010

Color Harmonies of #C45A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A3D

Black with #C45A3D

Text Example


Text Example

White with #C45A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A3D; }

 p { color: rgb(196,90,61); }

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

background-color css

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

 a { background-color: rgb(196,90,61); }

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

border-color css

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

 span { border-color: rgb(196,90,61); }

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