#C7828F

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

Shades of Puce #C7828F

Tints of Puce #C7828F

Color information

#C7828F (or 0xC7828F) is unknown color: approx Puce. HEX triplet: C7, 82 and 8F. RGB value is (199,130,143). Sum of RGB (Red+Green+Blue) = 199+130+143=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7828F is #387D70. Grayscale: #989898. Windows color (decimal): -3702129 or 9405127. OLE color: 9405127.

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

Color convert

RGB199130143-
CMYK00.350.280.22
HSL348.7º38.12%64.51%-
HSV(B)348.7º34.67%78.04%-
XYZ36.4930.0929.87-
YUV152.11122.86161.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 143 (56.25% from 255) = 30.30%
R=42.16%
G=27.54%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913014300.350.280.22348.738.1264.51
HexC7828F0231C1615d2641
Octal307202217043342653546101
Binary110001111000001010001111010001111100101101010111011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7828F; }

 p { color: rgb(199,130,143); }

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

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

 a { background-color: rgb(199,130,143); }

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

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

 span { border-color: rgb(199,130,143); }

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