Html Css Color HEX #C56140 Ecstasy

📋 copy color: '#C56140'

red 197 ◦ green 97 ◦ blue 64

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

Shades of Ecstasy #C56140

Tints of Ecstasy #C56140

RGB

 RED value IS 197 (77.34% from 255) = 55.03%

 GREEN value IS 97 (38.28% from 255) = 27.09%

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

R = 55.03%
G = 27.09%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C56140 (or 0xC56140) is known color: Ecstasy. HEX triplet: C5, 61 and 40. RGB value is (197,97,64). Sum of RGB (Red+Green+Blue) = 197+97+64=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C56140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56140 is #3A9EBF. Grayscale: #7B7B7B. Windows color (decimal): -3841728 or 4219333. OLE color: 4219333.

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

Color convert

RGB 197 97 64 -
CMYK 0 0.51 0.68 0.23
HSL 14.89º 0.53% 0.51% -
HSV(B) 14.89º 0.68% 0.77% -
XYZ 28.23 20.79 7.38 -
YUV 123.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 197 97 64 0 0.51 0.68 0.23 14.89 0.53 0.51
Hex C5 61 40 0 33 44 17 F 35 33
Octal 305 141 100 0 63 104 27 17 65 63
Binary 11000101 1100001 1000000 0 110011 1000100 10111 1111 110101 110011

Color Harmonies of #C56140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56140

Black with #C56140

Text Example


Text Example

White with #C56140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56140; }

 p { color: rgb(197,97,64); }

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

background-color css

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

 a { background-color: rgb(197,97,64); }

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

border-color css

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

 span { border-color: rgb(197,97,64); }

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