#C18490

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

Shades of Puce #C18490

Tints of Puce #C18490

Color information

#C18490 (or 0xC18490) is unknown color: approx Puce. HEX triplet: C1, 84 and 90. RGB value is (193,132,144). Sum of RGB (Red+Green+Blue) = 193+132+144=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C18490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18490 is #3E7B6F. Grayscale: #979797. Windows color (decimal): -4094832 or 9471169. OLE color: 9471169.

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

Color convert

RGB193132144-
CMYK00.320.250.24
HSL348.2º32.97%63.73%-
HSV(B)348.2º31.61%75.69%-
XYZ35.2829.8530.29-
YUV151.61123.71157.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 132 (51.95% from 255) = 28.14%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=41.15%
G=28.14%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313214400.320.250.24348.232.9763.73
HexC18490020191815c2140
Octal301204220040313053441100
Binary110000011000010010010000010000011001110001010111001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18490; }

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

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

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

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

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

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

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

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