Html Css Color HEX #C56142 Ecstasy

📋 copy color: '#C56142'

red 197 ◦ green 97 ◦ blue 66

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

Shades of Ecstasy #C56142

Tints of Ecstasy #C56142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.33%

R = 54.72%
G = 26.94%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C56142 (or 0xC56142) is known color: Ecstasy. HEX triplet: C5, 61 and 42. RGB value is (197,97,66). Sum of RGB (Red+Green+Blue) = 197+97+66=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C56142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56142 is #3A9EBD. Grayscale: #7B7B7B. Windows color (decimal): -3841726 or 4350405. OLE color: 4350405.

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

Color convert

RGB 197 97 66 -
CMYK 0 0.51 0.66 0.23
HSL 14.2º 0.53% 0.52% -
HSV(B) 14.2º 0.66% 0.77% -
XYZ 28.28 20.81 7.68 -
YUV 123.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 197 97 66 0 0.51 0.66 0.23 14.2 0.53 0.52
Hex C5 61 42 0 33 42 17 E 35 34
Octal 305 141 102 0 63 102 27 16 65 64
Binary 11000101 1100001 1000010 0 110011 1000010 10111 1110 110101 110100

Color Harmonies of #C56142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56142

Black with #C56142

Text Example


Text Example

White with #C56142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56142; }

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

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

background-color css

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

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

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

border-color css

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

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

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