#C7888C

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

Shades of Puce #C7888C

Tints of Puce #C7888C

Color information

#C7888C (or 0xC7888C) is unknown color: approx Puce. HEX triplet: C7, 88 and 8C. RGB value is (199,136,140). Sum of RGB (Red+Green+Blue) = 199+136+140=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7888C is #387773. Grayscale: #9B9B9B. Windows color (decimal): -3700596 or 9210055. OLE color: 9210055.

HSL color Cylindrical-coordinate representation of color #C7888C: 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.32%. Process color model (Four color, CMYK) of #C7888C is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB199136140-
CMYK00.320.300.22
HSL356.19º36%65.69%-
HSV(B)356.19º31.66%78.04%-
XYZ37.0931.6428.96-
YUV155.29119.37159.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.89%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=41.89%
G=28.63%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913614000.320.300.22356.193665.69
HexC7888C0201E161642442
Octal307210214040362654444102
Binary110001111000100010001100010000011110101101011001001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7888C; }

 p { color: rgb(199,136,140); }

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

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

 a { background-color: rgb(199,136,140); }

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

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

 span { border-color: rgb(199,136,140); }

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