#C78298

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

Shades of Puce #C78298

Tints of Puce #C78298

Color information

#C78298 (or 0xC78298) is unknown color: approx Puce. HEX triplet: C7, 82 and 98. RGB value is (199,130,152). Sum of RGB (Red+Green+Blue) = 199+130+152=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C78298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78298 is #387D67. Grayscale: #999999. Windows color (decimal): -3702120 or 9994951. OLE color: 9994951.

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

Color convert

RGB199130152-
CMYK00.350.240.22
HSL340.87º38.12%64.51%-
HSV(B)340.87º34.67%78.04%-
XYZ37.230.3733.61-
YUV153.14127.36160.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=41.37%
G=27.03%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913015200.350.240.22340.8738.1264.51
HexC7829802318161552641
Octal307202230043302652546101
Binary110001111000001010011000010001111000101101010101011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78298; }

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

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

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

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

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

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

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

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