Html Css Color HEX #C45F40 Ecstasy

📋 copy color: '#C45F40'

red 196 ◦ green 95 ◦ blue 64

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

Shades of Ecstasy #C45F40

Tints of Ecstasy #C45F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 55.21%
G = 26.76%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C45F40 (or 0xC45F40) is known color: Ecstasy. HEX triplet: C4, 5F and 40. RGB value is (196,95,64). Sum of RGB (Red+Green+Blue) = 196+95+64=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45F40 is #3BA0BF. Grayscale: #797979. Windows color (decimal): -3907776 or 4218820. OLE color: 4218820.

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

Color convert

RGB 196 95 64 -
CMYK 0 0.52 0.67 0.23
HSL 14.09º 0.53% 0.51% -
HSV(B) 14.09º 0.67% 0.77% -
XYZ 27.78 20.29 7.3 -
YUV 121.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 196 95 64 0 0.52 0.67 0.23 14.09 0.53 0.51
Hex C4 5F 40 0 34 43 17 E 35 33
Octal 304 137 100 0 64 103 27 16 65 63
Binary 11000100 1011111 1000000 0 110100 1000011 10111 1110 110101 110011

Color Harmonies of #C45F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45F40

Black with #C45F40

Text Example


Text Example

White with #C45F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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