#C5829F

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

Shades of Puce #C5829F

Tints of Puce #C5829F

Color information

#C5829F (or 0xC5829F) is unknown color: approx Puce. HEX triplet: C5, 82 and 9F. RGB value is (197,130,159). Sum of RGB (Red+Green+Blue) = 197+130+159=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C5829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5829F is #3A7D60. Grayscale: #999999. Windows color (decimal): -3833185 or 10453701. OLE color: 10453701.

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

Color convert

RGB197130159-
CMYK00.340.190.23
HSL334.03º36.61%64.12%-
HSV(B)334.03º34.01%77.25%-
XYZ37.2730.3436.69-
YUV153.34131.2159.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.53%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 159 (62.5% from 255) = 32.72%
R=40.53%
G=26.75%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713015900.340.190.23334.0336.6164.12
HexC5829F022131714e2540
Octal305202237042232751645100
Binary110001011000001010011111010001010011101111010011101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5829F; }

 p { color: rgb(197,130,159); }

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

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

 a { background-color: rgb(197,130,159); }

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

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

 span { border-color: rgb(197,130,159); }

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