#C8879A

Color #C8879A Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C8879A

Tints of Puce #C8879A

Color information

#C8879A (or 0xC8879A) is unknown color: approx Puce. HEX triplet: C8, 87 and 9A. RGB value is (200,135,154). Sum of RGB (Red+Green+Blue) = 200+135+154=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8879A is #377865. Grayscale: #9C9C9C. Windows color (decimal): -3635302 or 10127304. OLE color: 10127304.

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

Color convert

RGB200135154-
CMYK00.320.230.22
HSL342.46º37.14%65.69%-
HSV(B)342.46º32.5%78.43%-
XYZ38.3231.9434.72-
YUV156.6126.53158.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=40.90%
G=27.61%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013515400.320.230.22342.4637.1465.69
HexC8879A02017161562542
Octal310207232040272652645102
Binary110010001000011110011010010000010111101101010101101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8879A; }

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

 H1.HeaderClassName
 {
   color: #C8879A;
 }
 .AnyTagClassName
 {
   color: #C8879A;
 }
</style>
background-color css

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

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

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

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

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

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