#C7888A

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

Shades of Puce #C7888A

Tints of Puce #C7888A

Color information

#C7888A (or 0xC7888A) is unknown color: approx Puce. HEX triplet: C7, 88 and 8A. RGB value is (199,136,138). Sum of RGB (Red+Green+Blue) = 199+136+138=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7888A is #387775. Grayscale: #9B9B9B. Windows color (decimal): -3700598 or 9078983. OLE color: 9078983.

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

Color convert

RGB199136138-
CMYK00.320.310.22
HSL358.1º36%65.69%-
HSV(B)358.1º31.66%78.04%-
XYZ36.9431.5928.19-
YUV155.06118.37159.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.07%
GREEN value IS 136 (53.52% from 255) = 28.75%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=42.07%
G=28.75%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913613800.320.310.22358.13665.69
HexC7888A0201F161662442
Octal307210212040372654644102
Binary110001111000100010001010010000011111101101011001101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7888A; }

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

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

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

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

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

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

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

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