#C18A8C

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

Shades of Puce #C18A8C

Tints of Puce #C18A8C

Color information

#C18A8C (or 0xC18A8C) is unknown color: approx Puce. HEX triplet: C1, 8A and 8C. RGB value is (193,138,140). Sum of RGB (Red+Green+Blue) = 193+138+140=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18A8C is #3E7573. Grayscale: #9A9A9A. Windows color (decimal): -4093300 or 9210561. OLE color: 9210561.

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

Color convert

RGB193138140-
CMYK00.280.270.24
HSL357.82º30.73%64.9%-
HSV(B)357.82º28.5%75.69%-
XYZ35.8131.4128.99-
YUV154.67119.72155.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 140 (55.08% from 255) = 29.72%
R=40.98%
G=29.30%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313814000.280.270.24357.8230.7364.9
HexC18A8C01C1B181661f41
Octal301212214034333054637101
Binary1100000110001010100011000111001101111000101100110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18A8C; }

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

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

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

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

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

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

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

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