Html Css Color HEX #C45F3A Ecstasy

📋 copy color: '#C45F3A'

red 196 ◦ green 95 ◦ blue 58

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

Shades of Ecstasy #C45F3A

Tints of Ecstasy #C45F3A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

 BLUE value IS 58 (23.05% from 255) = 16.62%

R = 56.16%
G = 27.22%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C45F3A (or 0xC45F3A) is known color: Ecstasy. HEX triplet: C4, 5F and 3A. RGB value is (196,95,58). Sum of RGB (Red+Green+Blue) = 196+95+58=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45F3A is #3BA0C5. Grayscale: #797979. Windows color (decimal): -3907782 or 3825604. OLE color: 3825604.

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

Color convert

RGB 196 95 58 -
CMYK 0 0.52 0.70 0.23
HSL 16.09º 0.54% 0.5% -
HSV(B) 16.09º 0.7% 0.77% -
XYZ 27.62 20.23 6.45 -
YUV 120.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 196 95 58 0 0.52 0.70 0.23 16.09 0.54 0.5
Hex C4 5F 3A 0 34 46 17 10 36 32
Octal 304 137 72 0 64 106 27 20 66 62
Binary 11000100 1011111 111010 0 110100 1000110 10111 10000 110110 110010

Color Harmonies of #C45F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45F3A

Black with #C45F3A

Text Example


Text Example

White with #C45F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45F3A; }

 p { color: rgb(196,95,58); }

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

background-color css

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

 a { background-color: rgb(196,95,58); }

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

border-color css

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

 span { border-color: rgb(196,95,58); }

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