#c78b91

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

Shades of Puce #C78B91

Tints of Puce #C78B91

Color information

#C78B91 (or 0xC78B91) is unknown color: approx Puce. HEX triplet: C7, 8B and 91. RGB value is (199,139,145). Sum of RGB (Red+Green+Blue) = 199+139+145=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78B91 is #38746E. Grayscale: #9D9D9D. Windows color (decimal): -3699823 or 9538503. OLE color: 9538503.

HSL color Cylindrical-coordinate representation of color #C78B91: hue angle of 354º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C78B91 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB199139145-
CMYK00.300.270.22
HSL354º34.88%66.27%-
HSV(B)354º30.15%78.04%-
XYZ37.932.6531.09-
YUV157.62120.88157.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.20%
GREEN value IS 139 (54.69% from 255) = 28.78%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=41.20%
G=28.78%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913914500.300.270.2235434.8866.27
HexC78B9101E1B161622342
Octal307213221036332654243102
Binary11000111100010111001000101111011011101101011000101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c78b91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c78b91; }

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

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

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

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

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

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

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

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