#C8869E

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

Shades of Puce #C8869E

Tints of Puce #C8869E

Color information

#C8869E (or 0xC8869E) is unknown color: approx Puce. HEX triplet: C8, 86 and 9E. RGB value is (200,134,158). Sum of RGB (Red+Green+Blue) = 200+134+158=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8869E is #377961. Grayscale: #9C9C9C. Windows color (decimal): -3635554 or 10389192. OLE color: 10389192.

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

Color convert

RGB200134158-
CMYK00.330.210.22
HSL338.18º37.5%65.49%-
HSV(B)338.18º33%78.43%-
XYZ38.5231.836.46-
YUV156.47128.87159.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=40.65%
G=27.24%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013415800.330.210.22338.1837.565.49
HexC8869E02115161522641
Octal310206236041252652246101
Binary110010001000011010011110010000110101101101010100101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8869E; }

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

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

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

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

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

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

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

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