#C7889B

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

Shades of Puce #C7889B

Tints of Puce #C7889B

Color information

#C7889B (or 0xC7889B) is unknown color: approx Puce. HEX triplet: C7, 88 and 9B. RGB value is (199,136,155). Sum of RGB (Red+Green+Blue) = 199+136+155=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7889B is #387764. Grayscale: #9C9C9C. Windows color (decimal): -3700581 or 10193095. OLE color: 10193095.

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

Color convert

RGB199136155-
CMYK00.320.220.22
HSL341.9º36%65.69%-
HSV(B)341.9º31.66%78.04%-
XYZ38.2732.1235.19-
YUV157126.87157.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.61%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=40.61%
G=27.76%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913615500.320.220.22341.93665.69
HexC7889B02016161562442
Octal307210233040262652644102
Binary110001111000100010011011010000010110101101010101101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7889B; }

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

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

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

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

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

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

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

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