#C8869F

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

Shades of Puce #C8869F

Tints of Puce #C8869F

Color information

#C8869F (or 0xC8869F) is unknown color: approx Puce. HEX triplet: C8, 86 and 9F. RGB value is (200,134,159). Sum of RGB (Red+Green+Blue) = 200+134+159=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8869F is #377960. Grayscale: #9C9C9C. Windows color (decimal): -3635553 or 10454728. OLE color: 10454728.

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

Color convert

RGB200134159-
CMYK00.330.200.22
HSL337.27º37.5%65.49%-
HSV(B)337.27º33%78.43%-
XYZ38.631.8336.91-
YUV156.58129.37158.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 159 (62.5% from 255) = 32.25%
R=40.57%
G=27.18%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013415900.330.200.22337.2737.565.49
HexC8869F02114161512641
Octal310206237041242652146101
Binary110010001000011010011111010000110100101101010100011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8869F; }

 p { color: rgb(200,134,159); }

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

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

 a { background-color: rgb(200,134,159); }

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

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

 span { border-color: rgb(200,134,159); }

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