#C1888D

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

Shades of Puce #C1888D

Tints of Puce #C1888D

Color information

#C1888D (or 0xC1888D) is unknown color: approx Puce. HEX triplet: C1, 88 and 8D. RGB value is (193,136,141). Sum of RGB (Red+Green+Blue) = 193+136+141=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1888D is #3E7772. Grayscale: #999999. Windows color (decimal): -4093811 or 9275585. OLE color: 9275585.

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

Color convert

RGB193136141-
CMYK00.300.270.24
HSL354.74º31.49%64.51%-
HSV(B)354.74º29.53%75.69%-
XYZ35.630.8729.28-
YUV153.61120.88156.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 141 (55.47% from 255) = 30%
R=41.06%
G=28.94%
B=30%

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
Decimal19313614100.300.270.24354.7431.4964.51
HexC1888D01E1B181631f41
Octal301210215036333054337101
Binary1100000110001000100011010111101101111000101100011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1888D; }

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

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

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

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

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

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

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

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