#C1888C

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

Shades of Puce #C1888C

Tints of Puce #C1888C

Color information

#C1888C (or 0xC1888C) is unknown color: approx Puce. HEX triplet: C1, 88 and 8C. RGB value is (193,136,140). Sum of RGB (Red+Green+Blue) = 193+136+140=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1888C is #3E7773. Grayscale: #999999. Windows color (decimal): -4093812 or 9210049. OLE color: 9210049.

HSL color Cylindrical-coordinate representation of color #C1888C: hue angle of 355.79º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1888C is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB193136140-
CMYK00.300.270.24
HSL355.79º31.49%64.51%-
HSV(B)355.79º29.53%75.69%-
XYZ35.5330.8428.89-
YUV153.5120.38156.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=41.15%
G=29.00%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313614000.300.270.24355.7931.4964.51
HexC1888C01E1B181641f41
Octal301210214036333054437101
Binary1100000110001000100011000111101101111000101100100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1888C; }

 p { color: rgb(193,136,140); }

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

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

 a { background-color: rgb(193,136,140); }

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

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

 span { border-color: rgb(193,136,140); }

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