#C6859F

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

Shades of Puce #C6859F

Tints of Puce #C6859F

Color information

#C6859F (or 0xC6859F) is unknown color: approx Puce. HEX triplet: C6, 85 and 9F. RGB value is (198,133,159). Sum of RGB (Red+Green+Blue) = 198+133+159=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6859F is #397A60. Grayscale: #9B9B9B. Windows color (decimal): -3766881 or 10454470. OLE color: 10454470.

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

Color convert

RGB198133159-
CMYK00.330.200.22
HSL336º36.31%64.9%-
HSV(B)336º32.83%77.65%-
XYZ37.9331.2836.84-
YUV155.4130.03158.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 159 (62.5% from 255) = 32.45%
R=40.41%
G=27.14%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813315900.330.200.2233636.3164.9
HexC6859F02114161502441
Octal306205237041242652044101
Binary110001101000010110011111010000110100101101010100001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6859F; }

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

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

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

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

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

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

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

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