#C7848D

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

Shades of Puce #C7848D

Tints of Puce #C7848D

Color information

#C7848D (or 0xC7848D) is unknown color: approx Puce. HEX triplet: C7, 84 and 8D. RGB value is (199,132,141). Sum of RGB (Red+Green+Blue) = 199+132+141=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7848D is #387B72. Grayscale: #999999. Windows color (decimal): -3701619 or 9274567. OLE color: 9274567.

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

Color convert

RGB199132141-
CMYK00.340.290.22
HSL351.94º37.43%64.9%-
HSV(B)351.94º33.67%78.04%-
XYZ36.6130.5729.17-
YUV153.06121.2160.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=42.16%
G=27.97%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913214100.340.290.22351.9437.4364.9
HexC7848D0221D161602541
Octal307204215042352654045101
Binary110001111000010010001101010001011101101101011000001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7848D; }

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

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

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

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

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

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

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

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