#C8898D

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

Shades of Puce #C8898D

Tints of Puce #C8898D

Color information

#C8898D (or 0xC8898D) is unknown color: approx Puce. HEX triplet: C8, 89 and 8D. RGB value is (200,137,141). Sum of RGB (Red+Green+Blue) = 200+137+141=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8898D is #377672. Grayscale: #9C9C9C. Windows color (decimal): -3634803 or 9275848. OLE color: 9275848.

HSL color Cylindrical-coordinate representation of color #C8898D: hue angle of 356.19º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8898D is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200137141-
CMYK00.320.290.22
HSL356.19º36.42%66.08%-
HSV(B)356.19º31.5%78.43%-
XYZ37.5732.0929.41-
YUV156.29119.37159.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=41.84%
G=28.66%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013714100.320.290.22356.1936.4266.08
HexC8898D0201D161642442
Octal310211215040352654444102
Binary110010001000100110001101010000011101101101011001001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8898D; }

 p { color: rgb(200,137,141); }

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

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

 a { background-color: rgb(200,137,141); }

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

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

 span { border-color: rgb(200,137,141); }

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