#C7888D

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

Shades of Puce #C7888D

Tints of Puce #C7888D

Color information

#C7888D (or 0xC7888D) is unknown color: approx Puce. HEX triplet: C7, 88 and 8D. RGB value is (199,136,141). Sum of RGB (Red+Green+Blue) = 199+136+141=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7888D is #387772. Grayscale: #9B9B9B. Windows color (decimal): -3700595 or 9275591. OLE color: 9275591.

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

Color convert

RGB199136141-
CMYK00.320.290.22
HSL355.24º36%65.69%-
HSV(B)355.24º31.66%78.04%-
XYZ37.1731.6729.35-
YUV155.41119.87159.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.81%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=41.81%
G=28.57%
B=29.62%

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
Decimal19913614100.320.290.22355.243665.69
HexC7888D0201D161632442
Octal307210215040352654344102
Binary110001111000100010001101010000011101101101011000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7888D; }

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

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

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

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

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

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

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

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