#C7849D

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

Shades of Puce #C7849D

Tints of Puce #C7849D

Color information

#C7849D (or 0xC7849D) is unknown color: approx Puce. HEX triplet: C7, 84 and 9D. RGB value is (199,132,157). Sum of RGB (Red+Green+Blue) = 199+132+157=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7849D is #387B62. Grayscale: #9A9A9A. Windows color (decimal): -3701603 or 10323143. OLE color: 10323143.

HSL color Cylindrical-coordinate representation of color #C7849D: hue angle of 337.61º 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 #C7849D is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB199132157-
CMYK00.340.210.22
HSL337.61º37.43%64.9%-
HSV(B)337.61º33.67%78.04%-
XYZ37.8931.0835.9-
YUV154.88129.2159.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=40.78%
G=27.05%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913215700.340.210.22337.6137.4364.9
HexC7849D02215161522541
Octal307204235042252652245101
Binary110001111000010010011101010001010101101101010100101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7849D; }

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

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

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

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

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

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

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

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