#C5809E

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

Shades of Puce #C5809E

Tints of Puce #C5809E

Color information

#C5809E (or 0xC5809E) is unknown color: approx Puce. HEX triplet: C5, 80 and 9E. RGB value is (197,128,158). Sum of RGB (Red+Green+Blue) = 197+128+158=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5809E is #3A7F61. Grayscale: #989898. Windows color (decimal): -3833698 or 10387653. OLE color: 10387653.

HSL color Cylindrical-coordinate representation of color #C5809E: hue angle of 333.91º 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 #C5809E is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB197128158-
CMYK00.350.200.23
HSL333.91º37.3%63.73%-
HSV(B)333.91º35.03%77.25%-
XYZ36.9229.7836.15-
YUV152.05131.36160.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.79%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 158 (62.11% from 255) = 32.71%
R=40.79%
G=26.50%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712815800.350.200.23333.9137.363.73
HexC5809E023141714e2540
Octal305200236043242751645100
Binary110001011000000010011110010001110100101111010011101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5809E; }

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

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

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

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

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

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

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

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