#C78798

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

Shades of Puce #C78798

Tints of Puce #C78798

Color information

#C78798 (or 0xC78798) is unknown color: approx Puce. HEX triplet: C7, 87 and 98. RGB value is (199,135,152). Sum of RGB (Red+Green+Blue) = 199+135+152=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C78798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78798 is #387867. Grayscale: #9C9C9C. Windows color (decimal): -3700840 or 9996231. OLE color: 9996231.

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

Color convert

RGB199135152-
CMYK00.320.240.22
HSL344.06º36.36%65.49%-
HSV(B)344.06º32.16%78.04%-
XYZ37.8831.7433.83-
YUV156.07125.7158.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 135 (53.12% from 255) = 27.78%
BLUE value IS 152 (59.77% from 255) = 31.28%
R=40.95%
G=27.78%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913515200.320.240.22344.0636.3665.49
HexC7879802018161582441
Octal307207230040302653044101
Binary110001111000011110011000010000011000101101010110001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78798; }

 p { color: rgb(199,135,152); }

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

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

 a { background-color: rgb(199,135,152); }

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

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

 span { border-color: rgb(199,135,152); }

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