#C7888B

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

Shades of Puce #C7888B

Tints of Puce #C7888B

Color information

#C7888B (or 0xC7888B) is unknown color: approx Puce. HEX triplet: C7, 88 and 8B. RGB value is (199,136,139). Sum of RGB (Red+Green+Blue) = 199+136+139=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7888B is #387774. Grayscale: #9B9B9B. Windows color (decimal): -3700597 or 9144519. OLE color: 9144519.

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

Color convert

RGB199136139-
CMYK00.320.300.22
HSL357.14º36%65.69%-
HSV(B)357.14º31.66%78.04%-
XYZ37.0231.6128.58-
YUV155.18118.87159.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 136 (53.52% from 255) = 28.69%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=41.98%
G=28.69%
B=29.32%

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
Decimal19913613900.320.300.22357.143665.69
HexC7888B0201E161652442
Octal307210213040362654544102
Binary110001111000100010001011010000011110101101011001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7888B; }

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

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

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

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

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

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

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

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