Html Css Color HEX #C8859D Puce

📋 copy color: '#C8859D'

red 200 ◦ green 133 ◦ blue 157

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

Shades of Puce #C8859D

Tints of Puce #C8859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.04%

R = 40.82%
G = 27.14%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8859D (or 0xC8859D) is known color: Puce. HEX triplet: C8, 85 and 9D. RGB value is (200,133,157). Sum of RGB (Red+Green+Blue) = 200+133+157=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8859D is #377A62. Grayscale: #9B9B9B. Windows color (decimal): -3635811 or 10323400. OLE color: 10323400.

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

Color convert

RGB 200 133 157 -
CMYK 0 0.34 0.22 0.22
HSL 338.51º 0.38% 0.65% -
HSV(B) 338.51º 0.34% 0.78% -
XYZ 38.29 31.49 35.96 -
YUV 155.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 200 133 157 0 0.34 0.22 0.22 338.51 0.38 0.65
Hex C8 85 9D 0 22 16 16 153 26 41
Octal 310 205 235 0 42 26 26 523 46 101
Binary 11001000 10000101 10011101 0 100010 10110 10110 101010011 100110 1000001

Color Harmonies of #C8859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8859D

Black with #C8859D

Text Example


Text Example

White with #C8859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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