Html Css Color HEX #C86342 Ecstasy

📋 copy color: '#C86342'

red 200 ◦ green 99 ◦ blue 66

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

Shades of Ecstasy #C86342

Tints of Ecstasy #C86342

RGB

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

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

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

R = 54.79%
G = 27.12%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C86342 (or 0xC86342) is known color: Ecstasy. HEX triplet: C8, 63 and 42. RGB value is (200,99,66). Sum of RGB (Red+Green+Blue) = 200+99+66=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C86342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86342 is #379CBD. Grayscale: #7D7D7D. Windows color (decimal): -3644606 or 4350920. OLE color: 4350920.

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

Color convert

RGB 200 99 66 -
CMYK 0 0.50 0.67 0.22
HSL 14.78º 0.55% 0.52% -
HSV(B) 14.78º 0.67% 0.78% -
XYZ 29.26 21.6 7.78 -
YUV 125.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 200 99 66 0 0.50 0.67 0.22 14.78 0.55 0.52
Hex C8 63 42 0 32 43 16 F 37 34
Octal 310 143 102 0 62 103 26 17 67 64
Binary 11001000 1100011 1000010 0 110010 1000011 10110 1111 110111 110100

Color Harmonies of #C86342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86342

Black with #C86342

Text Example


Text Example

White with #C86342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86342; }

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

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

background-color css

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

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

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

border-color css

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

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

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