Html Css Color HEX #C8879B Puce

📋 copy color: '#C8879B'

red 200 ◦ green 135 ◦ blue 155

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

Shades of Puce #C8879B

Tints of Puce #C8879B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.63%

R = 40.82%
G = 27.55%
B = 31.63%

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

#C8879B (or 0xC8879B) is known color: Puce. HEX triplet: C8, 87 and 9B. RGB value is (200,135,155). Sum of RGB (Red+Green+Blue) = 200+135+155=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8879B is #377864. Grayscale: #9C9C9C. Windows color (decimal): -3635301 or 10192840. OLE color: 10192840.

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

Color convert

RGB 200 135 155 -
CMYK 0 0.32 0.22 0.22
HSL 341.54º 0.37% 0.66% -
HSV(B) 341.54º 0.33% 0.78% -
XYZ 38.4 31.97 35.16 -
YUV 156.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 200 135 155 0 0.32 0.22 0.22 341.54 0.37 0.66
Hex C8 87 9B 0 20 16 16 156 25 42
Octal 310 207 233 0 40 26 26 526 45 102
Binary 11001000 10000111 10011011 0 100000 10110 10110 101010110 100101 1000010

Color Harmonies of #C8879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8879B

Black with #C8879B

Text Example


Text Example

White with #C8879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8879B; }

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

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

background-color css

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

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

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

border-color css

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

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

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