#C6829F

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

Shades of Puce #C6829F

Tints of Puce #C6829F

Color information

#C6829F (or 0xC6829F) is unknown color: approx Puce. HEX triplet: C6, 82 and 9F. RGB value is (198,130,159). Sum of RGB (Red+Green+Blue) = 198+130+159=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C6829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6829F is #397D60. Grayscale: #999999. Windows color (decimal): -3767649 or 10453702. OLE color: 10453702.

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

Color convert

RGB198130159-
CMYK00.340.200.22
HSL334.41º37.36%64.31%-
HSV(B)334.41º34.34%77.65%-
XYZ37.5330.4736.7-
YUV153.64131.03159.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 159 (62.5% from 255) = 32.65%
R=40.66%
G=26.69%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813015900.340.200.22334.4137.3664.31
HexC6829F022141614e2540
Octal306202237042242651645100
Binary110001101000001010011111010001010100101101010011101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6829F; }

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

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

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

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

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

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

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

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