#c6849e

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

Shades of Puce #C6849E

Tints of Puce #C6849E

Color information

#C6849E (or 0xC6849E) is unknown color: approx Puce. HEX triplet: C6, 84 and 9E. RGB value is (198,132,158). Sum of RGB (Red+Green+Blue) = 198+132+158=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6849E is #397B61. Grayscale: #9A9A9A. Windows color (decimal): -3767138 or 10388678. OLE color: 10388678.

HSL color Cylindrical-coordinate representation of color #C6849E: hue angle of 336.36º degrees, saturation: 0.37, 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 #C6849E is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB198132158-
CMYK00.330.200.22
HSL336.36º36.67%64.71%-
HSV(B)336.36º33.33%77.65%-
XYZ37.7130.9836.34-
YUV154.7129.87158.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=40.57%
G=27.05%
B=32.38%

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
Decimal19813215800.330.200.22336.3636.6764.71
HexC6849E02114161502541
Octal306204236041242652045101
Binary110001101000010010011110010000110100101101010100001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6849e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6849e; }

 p { color: rgb(198,132,158); }

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

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

 a { background-color: rgb(198,132,158); }

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

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

 span { border-color: rgb(198,132,158); }

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