#C18588

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

Shades of Puce #C18588

Tints of Puce #C18588

Color information

#C18588 (or 0xC18588) is unknown color: approx Puce. HEX triplet: C1, 85 and 88. RGB value is (193,133,136). Sum of RGB (Red+Green+Blue) = 193+133+136=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C18588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18588 is #3E7A77. Grayscale: #979797. Windows color (decimal): -4094584 or 8947137. OLE color: 8947137.

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

Color convert

RGB193133136-
CMYK00.310.300.24
HSL357º32.61%63.92%-
HSV(B)357º31.09%75.69%-
XYZ34.8229.8927.23-
YUV151.28119.38157.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=41.77%
G=28.79%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313313600.310.300.2435732.6163.92
HexC1858801F1E181652140
Octal301205210037363054541100
Binary11000001100001011000100001111111110110001011001011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18588; }

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

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

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

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

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

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

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

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