#C18596

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

Shades of Puce #C18596

Tints of Puce #C18596

Color information

#C18596 (or 0xC18596) is unknown color: approx Puce. HEX triplet: C1, 85 and 96. RGB value is (193,133,150). Sum of RGB (Red+Green+Blue) = 193+133+150=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C18596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18596 is #3E7A69. Grayscale: #989898. Windows color (decimal): -4094570 or 9864641. OLE color: 9864641.

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

Color convert

RGB193133150-
CMYK00.310.220.24
HSL343º32.61%63.92%-
HSV(B)343º31.09%75.69%-
XYZ35.8830.3132.81-
YUV152.88126.38156.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=40.55%
G=27.94%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313315000.310.220.2434332.6163.92
HexC1859601F16181572140
Octal301205226037263052741100
Binary11000001100001011001011001111110110110001010101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18596; }

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

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

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

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

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

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

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

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