Html Css Color HEX #C8879D Puce

📋 copy color: '#C8879D'

red 200 ◦ green 135 ◦ blue 157

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

Shades of Puce #C8879D

Tints of Puce #C8879D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.44%

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

R = 40.65%
G = 27.44%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8879D (or 0xC8879D) is known color: Puce. HEX triplet: C8, 87 and 9D. RGB value is (200,135,157). Sum of RGB (Red+Green+Blue) = 200+135+157=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8879D is #377862. Grayscale: #9C9C9C. Windows color (decimal): -3635299 or 10323912. OLE color: 10323912.

HSL color Cylindrical-coordinate representation of color #C8879D: hue angle of 339.69º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8879D is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 135 157 -
CMYK 0 0.32 0.22 0.22
HSL 339.69º 0.37% 0.66% -
HSV(B) 339.69º 0.33% 0.78% -
XYZ 38.57 32.04 36.05 -
YUV 156.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 200 135 157 0 0.32 0.22 0.22 339.69 0.37 0.66
Hex C8 87 9D 0 20 16 16 154 25 42
Octal 310 207 235 0 40 26 26 524 45 102
Binary 11001000 10000111 10011101 0 100000 10110 10110 101010100 100101 1000010

Color Harmonies of #C8879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8879D

Black with #C8879D

Text Example


Text Example

White with #C8879D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8879D; }

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

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

background-color css

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

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

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

border-color css

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

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

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