#C18499

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

Shades of Puce #C18499

Tints of Puce #C18499

Color information

#C18499 (or 0xC18499) is unknown color: approx Puce. HEX triplet: C1, 84 and 99. RGB value is (193,132,153). Sum of RGB (Red+Green+Blue) = 193+132+153=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C18499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18499 is #3E7B66. Grayscale: #989898. Windows color (decimal): -4094823 or 10060993. OLE color: 10060993.

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

Color convert

RGB193132153-
CMYK00.320.210.24
HSL339.34º32.97%63.73%-
HSV(B)339.34º31.61%75.69%-
XYZ35.9930.1434.06-
YUV152.63128.21156.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=40.38%
G=27.62%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313215300.320.210.24339.3432.9763.73
HexC1849902015181532140
Octal301204231040253052341100
Binary110000011000010010011001010000010101110001010100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18499; }

 p { color: rgb(193,132,153); }

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

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

 a { background-color: rgb(193,132,153); }

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

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

 span { border-color: rgb(193,132,153); }

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