Html Css Color HEX #C86242 Ecstasy

📋 copy color: '#C86242'

red 200 ◦ green 98 ◦ blue 66

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

Shades of Ecstasy #C86242

Tints of Ecstasy #C86242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

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

R = 54.95%
G = 26.92%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C86242 (or 0xC86242) is known color: Ecstasy. HEX triplet: C8, 62 and 42. RGB value is (200,98,66). Sum of RGB (Red+Green+Blue) = 200+98+66=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C86242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86242 is #379DBD. Grayscale: #7D7D7D. Windows color (decimal): -3644862 or 4350664. OLE color: 4350664.

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

Color convert

RGB 200 98 66 -
CMYK 0 0.51 0.67 0.22
HSL 14.33º 0.55% 0.52% -
HSV(B) 14.33º 0.67% 0.78% -
XYZ 29.17 21.41 7.75 -
YUV 124.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 200 98 66 0 0.51 0.67 0.22 14.33 0.55 0.52
Hex C8 62 42 0 33 43 16 E 37 34
Octal 310 142 102 0 63 103 26 16 67 64
Binary 11001000 1100010 1000010 0 110011 1000011 10110 1110 110111 110100

Color Harmonies of #C86242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86242

Black with #C86242

Text Example


Text Example

White with #C86242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86242; }

 p { color: rgb(200,98,66); }

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

background-color css

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

 a { background-color: rgb(200,98,66); }

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

border-color css

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

 span { border-color: rgb(200,98,66); }

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