#C18591

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

Shades of Puce #C18591

Tints of Puce #C18591

Color information

#C18591 (or 0xC18591) is unknown color: approx Puce. HEX triplet: C1, 85 and 91. RGB value is (193,133,145). Sum of RGB (Red+Green+Blue) = 193+133+145=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C18591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18591 is #3E7A6E. Grayscale: #989898. Windows color (decimal): -4094575 or 9536961. OLE color: 9536961.

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

Color convert

RGB193133145-
CMYK00.310.250.24
HSL348º32.61%63.92%-
HSV(B)348º31.09%75.69%-
XYZ35.4930.1630.74-
YUV152.31123.88157.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 145 (57.03% from 255) = 30.79%
R=40.98%
G=28.24%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313314500.310.250.2434832.6163.92
HexC1859101F191815c2140
Octal301205221037313053441100
Binary11000001100001011001000101111111001110001010111001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18591; }

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

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

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

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

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

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

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

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