#C7849F

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

Shades of Puce #C7849F

Tints of Puce #C7849F

Color information

#C7849F (or 0xC7849F) is unknown color: approx Puce. HEX triplet: C7, 84 and 9F. RGB value is (199,132,159). Sum of RGB (Red+Green+Blue) = 199+132+159=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7849F is #387B60. Grayscale: #9B9B9B. Windows color (decimal): -3701601 or 10454215. OLE color: 10454215.

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

Color convert

RGB199132159-
CMYK00.340.200.22
HSL335.82º37.43%64.9%-
HSV(B)335.82º33.67%78.04%-
XYZ38.0631.1536.81-
YUV155.11130.2159.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.61%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 159 (62.5% from 255) = 32.45%
R=40.61%
G=26.94%
B=32.45%

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
Decimal19913215900.340.200.22335.8237.4364.9
HexC7849F02214161502541
Octal307204237042242652045101
Binary110001111000010010011111010001010100101101010100001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7849F; }

 p { color: rgb(199,132,159); }

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

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

 a { background-color: rgb(199,132,159); }

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

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

 span { border-color: rgb(199,132,159); }

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