#C8829C

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

Shades of Puce #C8829C

Tints of Puce #C8829C

Color information

#C8829C (or 0xC8829C) is unknown color: approx Puce. HEX triplet: C8, 82 and 9C. RGB value is (200,130,156). Sum of RGB (Red+Green+Blue) = 200+130+156=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8829C is #377D63. Grayscale: #999999. Windows color (decimal): -3636580 or 10257096. OLE color: 10257096.

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

Color convert

RGB200130156-
CMYK00.350.220.22
HSL337.71º38.89%64.71%-
HSV(B)337.71º35%78.43%-
XYZ37.830.6435.38-
YUV153.89129.19160.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 156 (61.33% from 255) = 32.10%
R=41.15%
G=26.75%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013015600.350.220.22337.7138.8964.71
HexC8829C02316161522741
Octal310202234043262652247101
Binary110010001000001010011100010001110110101101010100101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8829C; }

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

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

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

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

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

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

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

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