Html Css Color HEX #C86541 Ecstasy

📋 copy color: '#C86541'

red 200 ◦ green 101 ◦ blue 65

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

Shades of Ecstasy #C86541

Tints of Ecstasy #C86541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.76%

R = 54.64%
G = 27.6%
B = 17.76%

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

#C86541 (or 0xC86541) is known color: Ecstasy. HEX triplet: C8, 65 and 41. RGB value is (200,101,65). Sum of RGB (Red+Green+Blue) = 200+101+65=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C86541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86541 is #379ABE. Grayscale: #7E7E7E. Windows color (decimal): -3644095 or 4285896. OLE color: 4285896.

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

Color convert

RGB 200 101 65 -
CMYK 0 0.49 0.68 0.22
HSL 16º 0.55% 0.52% -
HSV(B) 16º 0.68% 0.78% -
XYZ 29.43 21.97 7.69 -
YUV 126.5 93.3 180.43 -
System Red Green Blue C M Y K H S L
Decimal 200 101 65 0 0.49 0.68 0.22 16 0.55 0.52
Hex C8 65 41 0 31 44 16 10 37 34
Octal 310 145 101 0 61 104 26 20 67 64
Binary 11001000 1100101 1000001 0 110001 1000100 10110 10000 110111 110100

Color Harmonies of #C86541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86541

Black with #C86541

Text Example


Text Example

White with #C86541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86541; }

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

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

background-color css

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

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

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

border-color css

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

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

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