#C58099

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

Shades of Puce #C58099

Tints of Puce #C58099

Color information

#C58099 (or 0xC58099) is unknown color: approx Puce. HEX triplet: C5, 80 and 99. RGB value is (197,128,153). Sum of RGB (Red+Green+Blue) = 197+128+153=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C58099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58099 is #3A7F66. Grayscale: #979797. Windows color (decimal): -3833703 or 10059973. OLE color: 10059973.

HSL color Cylindrical-coordinate representation of color #C58099: hue angle of 338.26º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58099 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB197128153-
CMYK00.350.220.23
HSL338.26º37.3%63.73%-
HSV(B)338.26º35.03%77.25%-
XYZ36.4929.6133.93-
YUV151.48128.86160.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=41.21%
G=26.78%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712815300.350.220.23338.2637.363.73
HexC5809902316171522540
Octal305200231043262752245100
Binary110001011000000010011001010001110110101111010100101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58099; }

 p { color: rgb(197,128,153); }

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

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

 a { background-color: rgb(197,128,153); }

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

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

 span { border-color: rgb(197,128,153); }

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