Html Css Color HEX #C86542 Ecstasy

📋 copy color: '#C86542'

red 200 ◦ green 101 ◦ blue 66

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

Shades of Ecstasy #C86542

Tints of Ecstasy #C86542

RGB

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

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

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

R = 54.5%
G = 27.52%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C86542 (or 0xC86542) is known color: Ecstasy. HEX triplet: C8, 65 and 42. RGB value is (200,101,66). Sum of RGB (Red+Green+Blue) = 200+101+66=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C86542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86542 is #379ABD. Grayscale: #7E7E7E. Windows color (decimal): -3644094 or 4351432. OLE color: 4351432.

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

Color convert

RGB 200 101 66 -
CMYK 0 0.49 0.67 0.22
HSL 15.67º 0.55% 0.52% -
HSV(B) 15.67º 0.67% 0.78% -
XYZ 29.46 21.98 7.84 -
YUV 126.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 200 101 66 0 0.49 0.67 0.22 15.67 0.55 0.52
Hex C8 65 42 0 31 43 16 10 37 34
Octal 310 145 102 0 61 103 26 20 67 64
Binary 11001000 1100101 1000010 0 110001 1000011 10110 10000 110111 110100

Color Harmonies of #C86542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86542

Black with #C86542

Text Example


Text Example

White with #C86542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86542; }

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

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

background-color css

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

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

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

border-color css

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

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

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