#C8819C

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

Shades of Puce #C8819C

Tints of Puce #C8819C

Color information

#C8819C (or 0xC8819C) is unknown color: approx Puce. HEX triplet: C8, 81 and 9C. RGB value is (200,129,156). Sum of RGB (Red+Green+Blue) = 200+129+156=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8819C is #377E63. Grayscale: #999999. Windows color (decimal): -3636836 or 10256840. OLE color: 10256840.

HSL color Cylindrical-coordinate representation of color #C8819C: hue angle of 337.18º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8819C is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB200129156-
CMYK00.360.220.22
HSL337.18º39.23%64.51%-
HSV(B)337.18º35.5%78.43%-
XYZ37.6730.3835.33-
YUV153.31129.52161.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=41.24%
G=26.60%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012915600.360.220.22337.1839.2364.51
HexC8819C02416161512741
Octal310201234044262652147101
Binary110010001000000110011100010010010110101101010100011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8819C; }

 p { color: rgb(200,129,156); }

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

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

 a { background-color: rgb(200,129,156); }

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

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

 span { border-color: rgb(200,129,156); }

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