#C18594

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

Shades of Puce #C18594

Tints of Puce #C18594

Color information

#C18594 (or 0xC18594) is unknown color: approx Puce. HEX triplet: C1, 85 and 94. RGB value is (193,133,148). Sum of RGB (Red+Green+Blue) = 193+133+148=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C18594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18594 is #3E7A6B. Grayscale: #989898. Windows color (decimal): -4094572 or 9733569. OLE color: 9733569.

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

Color convert

RGB193133148-
CMYK00.310.230.24
HSL345º32.61%63.92%-
HSV(B)345º31.09%75.69%-
XYZ35.7330.2531.97-
YUV152.65125.38156.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=40.72%
G=28.06%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313314800.310.230.2434532.6163.92
HexC1859401F17181592140
Octal301205224037273053141100
Binary11000001100001011001010001111110111110001010110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18594; }

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

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

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

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

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

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

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

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