Html Css Color HEX #C8859E Puce

📋 copy color: '#C8859E'

red 200 ◦ green 133 ◦ blue 158

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

Shades of Puce #C8859E

Tints of Puce #C8859E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.09%

 BLUE value IS 158 (62.11% from 255) = 32.18%

R = 40.73%
G = 27.09%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8859E (or 0xC8859E) is known color: Puce. HEX triplet: C8, 85 and 9E. RGB value is (200,133,158). Sum of RGB (Red+Green+Blue) = 200+133+158=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8859E is #377A61. Grayscale: #9B9B9B. Windows color (decimal): -3635810 or 10388936. OLE color: 10388936.

HSL color Cylindrical-coordinate representation of color #C8859E: hue angle of 337.61º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8859E is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 133 158 -
CMYK 0 0.34 0.21 0.22
HSL 337.61º 0.38% 0.65% -
HSV(B) 337.61º 0.34% 0.78% -
XYZ 38.38 31.52 36.41 -
YUV 155.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 200 133 158 0 0.34 0.21 0.22 337.61 0.38 0.65
Hex C8 85 9E 0 22 15 16 152 26 41
Octal 310 205 236 0 42 25 26 522 46 101
Binary 11001000 10000101 10011110 0 100010 10101 10110 101010010 100110 1000001

Color Harmonies of #C8859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8859E

Black with #C8859E

Text Example


Text Example

White with #C8859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8859E; }

 p { color: rgb(200,133,158); }

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

background-color css

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

 a { background-color: rgb(200,133,158); }

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

border-color css

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

 span { border-color: rgb(200,133,158); }

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