#C78095

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

Shades of Puce #C78095

Tints of Puce #C78095

Color information

#C78095 (or 0xC78095) is unknown color: approx Puce. HEX triplet: C7, 80 and 95. RGB value is (199,128,149). Sum of RGB (Red+Green+Blue) = 199+128+149=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C78095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78095 is #387F6A. Grayscale: #979797. Windows color (decimal): -3702635 or 9797831. OLE color: 9797831.

HSL color Cylindrical-coordinate representation of color #C78095: hue angle of 342.25º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78095 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB199128149-
CMYK00.360.250.22
HSL342.25º38.8%64.12%-
HSV(B)342.25º35.68%78.04%-
XYZ36.729.7532.24-
YUV151.62126.52161.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.81%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=41.81%
G=26.89%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912814900.360.250.22342.2538.864.12
HexC7809502419161562740
Octal307200225044312652647100
Binary110001111000000010010101010010011001101101010101101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78095; }

 p { color: rgb(199,128,149); }

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

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

 a { background-color: rgb(199,128,149); }

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

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

 span { border-color: rgb(199,128,149); }

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