#C8828E

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

Shades of Puce #C8828E

Tints of Puce #C8828E

Color information

#C8828E (or 0xC8828E) is unknown color: approx Puce. HEX triplet: C8, 82 and 8E. RGB value is (200,130,142). Sum of RGB (Red+Green+Blue) = 200+130+142=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8828E is #377D71. Grayscale: #989898. Windows color (decimal): -3636594 or 9339592. OLE color: 9339592.

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

Color convert

RGB200130142-
CMYK00.350.290.22
HSL349.71º38.89%64.71%-
HSV(B)349.71º35%78.43%-
XYZ36.6830.229.49-
YUV152.3122.19162.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=42.37%
G=27.54%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013014200.350.290.22349.7138.8964.71
HexC8828E0231D1615e2741
Octal310202216043352653647101
Binary110010001000001010001110010001111101101101010111101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8828E; }

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

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

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

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

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

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

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

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