#C4888F

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

Shades of Puce #C4888F

Tints of Puce #C4888F

Color information

#C4888F (or 0xC4888F) is unknown color: approx Puce. HEX triplet: C4, 88 and 8F. RGB value is (196,136,143). Sum of RGB (Red+Green+Blue) = 196+136+143=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4888F is #3B7770. Grayscale: #9A9A9A. Windows color (decimal): -3897201 or 9406660. OLE color: 9406660.

HSL color Cylindrical-coordinate representation of color #C4888F: hue angle of 353º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4888F is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB196136143-
CMYK00.310.270.23
HSL353º33.71%65.1%-
HSV(B)353º30.61%76.86%-
XYZ36.5331.3330.11-
YUV154.74121.38157.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=41.26%
G=28.63%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613614300.310.270.2335333.7165.1
HexC4888F01F1B171612241
Octal304210217037332754142101
Binary11000100100010001000111101111111011101111011000011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4888F; }

 p { color: rgb(196,136,143); }

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

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

 a { background-color: rgb(196,136,143); }

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

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

 span { border-color: rgb(196,136,143); }

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