Html Css Color HEX #C86540 Ecstasy

📋 copy color: '#C86540'

red 200 ◦ green 101 ◦ blue 64

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

Shades of Ecstasy #C86540

Tints of Ecstasy #C86540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

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

R = 54.79%
G = 27.67%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C86540 (or 0xC86540) is known color: Ecstasy. HEX triplet: C8, 65 and 40. RGB value is (200,101,64). Sum of RGB (Red+Green+Blue) = 200+101+64=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C86540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86540 is #379ABF. Grayscale: #7E7E7E. Windows color (decimal): -3644096 or 4220360. OLE color: 4220360.

HSL color Cylindrical-coordinate representation of color #C86540: hue angle of 16.32º 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 #C86540 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 101 64 -
CMYK 0 0.49 0.68 0.22
HSL 16.32º 0.55% 0.52% -
HSV(B) 16.32º 0.68% 0.78% -
XYZ 29.4 21.96 7.54 -
YUV 126.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 200 101 64 0 0.49 0.68 0.22 16.32 0.55 0.52
Hex C8 65 40 0 31 44 16 10 37 34
Octal 310 145 100 0 61 104 26 20 67 64
Binary 11001000 1100101 1000000 0 110001 1000100 10110 10000 110111 110100

Color Harmonies of #C86540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86540

Black with #C86540

Text Example


Text Example

White with #C86540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86540; }

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

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

background-color css

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

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

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

border-color css

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

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

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