Html Css Color HEX #C86331 Ecstasy

📋 copy color: '#C86331'

red 200 ◦ green 99 ◦ blue 49

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

Shades of Ecstasy #C86331

Tints of Ecstasy #C86331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.45%

 BLUE value IS 49 (19.53% from 255) = 14.08%

R = 57.47%
G = 28.45%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C86331 (or 0xC86331) is known color: Ecstasy. HEX triplet: C8, 63 and 31. RGB value is (200,99,49). Sum of RGB (Red+Green+Blue) = 200+99+49=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C86331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86331 is #379CCE. Grayscale: #7B7B7B. Windows color (decimal): -3644623 or 3236808. OLE color: 3236808.

HSL color Cylindrical-coordinate representation of color #C86331: hue angle of 19.87º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C86331 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 99 49 -
CMYK 0 0.50 0.76 0.22
HSL 19.87º 0.61% 0.49% -
HSV(B) 19.87º 0.76% 0.78% -
XYZ 28.84 21.42 5.52 -
YUV 123.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 200 99 49 0 0.50 0.76 0.22 19.87 0.61 0.49
Hex C8 63 31 0 32 4C 16 14 3D 31
Octal 310 143 61 0 62 114 26 24 75 61
Binary 11001000 1100011 110001 0 110010 1001100 10110 10100 111101 110001

Color Harmonies of #C86331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86331

Black with #C86331

Text Example


Text Example

White with #C86331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86331; }

 p { color: rgb(200,99,49); }

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

background-color css

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

 a { background-color: rgb(200,99,49); }

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

border-color css

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

 span { border-color: rgb(200,99,49); }

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