#C78898

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

Shades of Puce #C78898

Tints of Puce #C78898

Color information

#C78898 (or 0xC78898) is unknown color: approx Puce. HEX triplet: C7, 88 and 98. RGB value is (199,136,152). Sum of RGB (Red+Green+Blue) = 199+136+152=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C78898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78898 is #387767. Grayscale: #9C9C9C. Windows color (decimal): -3700584 or 9996487. OLE color: 9996487.

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

Color convert

RGB199136152-
CMYK00.320.240.22
HSL344.76º36%65.69%-
HSV(B)344.76º31.66%78.04%-
XYZ38.0232.0233.88-
YUV156.66125.37158.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.86%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=40.86%
G=27.93%
B=31.21%

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
Decimal19913615200.320.240.22344.763665.69
HexC7889802018161592442
Octal307210230040302653144102
Binary110001111000100010011000010000011000101101010110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78898; }

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

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

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

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

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

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

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

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