Html Css Color HEX #C86140 Ecstasy

📋 copy color: '#C86140'

red 200 ◦ green 97 ◦ blue 64

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

Shades of Ecstasy #C86140

Tints of Ecstasy #C86140

RGB

 RED value IS 200 (78.52% from 255) = 55.4%

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

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

R = 55.4%
G = 26.87%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C86140 (or 0xC86140) is known color: Ecstasy. HEX triplet: C8, 61 and 40. RGB value is (200,97,64). Sum of RGB (Red+Green+Blue) = 200+97+64=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C86140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86140 is #379EBF. Grayscale: #7C7C7C. Windows color (decimal): -3645120 or 4219336. OLE color: 4219336.

HSL color Cylindrical-coordinate representation of color #C86140: hue angle of 14.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C86140 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 97 64 -
CMYK 0 0.52 0.68 0.22
HSL 14.56º 0.55% 0.52% -
HSV(B) 14.56º 0.68% 0.78% -
XYZ 29.02 21.2 7.41 -
YUV 124.04 94.12 182.18 -
System Red Green Blue C M Y K H S L
Decimal 200 97 64 0 0.52 0.68 0.22 14.56 0.55 0.52
Hex C8 61 40 0 34 44 16 F 37 34
Octal 310 141 100 0 64 104 26 17 67 64
Binary 11001000 1100001 1000000 0 110100 1000100 10110 1111 110111 110100

Color Harmonies of #C86140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86140

Black with #C86140

Text Example


Text Example

White with #C86140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86140; }

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

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

background-color css

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

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

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

border-color css

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

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

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