#C78291

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

Shades of Puce #C78291

Tints of Puce #C78291

Color information

#C78291 (or 0xC78291) is unknown color: approx Puce. HEX triplet: C7, 82 and 91. RGB value is (199,130,145). Sum of RGB (Red+Green+Blue) = 199+130+145=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C78291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78291 is #387D6E. Grayscale: #989898. Windows color (decimal): -3702127 or 9536199. OLE color: 9536199.

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

Color convert

RGB199130145-
CMYK00.350.270.22
HSL346.96º38.12%64.51%-
HSV(B)346.96º34.67%78.04%-
XYZ36.6530.1530.68-
YUV152.34123.86161.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 145 (57.03% from 255) = 30.59%
R=41.98%
G=27.43%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913014500.350.270.22346.9638.1264.51
HexC782910231B1615b2641
Octal307202221043332653346101
Binary110001111000001010010001010001111011101101010110111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78291; }

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

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

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

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

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

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

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

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