#C18399

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

Shades of Puce #C18399

Tints of Puce #C18399

Color information

#C18399 (or 0xC18399) is unknown color: approx Puce. HEX triplet: C1, 83 and 99. RGB value is (193,131,153). Sum of RGB (Red+Green+Blue) = 193+131+153=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C18399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18399 is #3E7C66. Grayscale: #989898. Windows color (decimal): -4095079 or 10060737. OLE color: 10060737.

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

Color convert

RGB193131153-
CMYK00.320.210.24
HSL338.71º33.33%63.53%-
HSV(B)338.71º32.12%75.69%-
XYZ35.8629.8734.01-
YUV152.05128.54157.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.46%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=40.46%
G=27.46%
B=32.08%

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
Decimal19313115300.320.210.24338.7133.3363.53
HexC1839902015181532140
Octal301203231040253052341100
Binary110000011000001110011001010000010101110001010100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18399; }

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

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

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

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

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

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

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

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