#C7898E

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

Shades of Puce #C7898E

Tints of Puce #C7898E

Color information

#C7898E (or 0xC7898E) is unknown color: approx Puce. HEX triplet: C7, 89 and 8E. RGB value is (199,137,142). Sum of RGB (Red+Green+Blue) = 199+137+142=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7898E is #387671. Grayscale: #9C9C9C. Windows color (decimal): -3700338 or 9341383. OLE color: 9341383.

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

Color convert

RGB199137142-
CMYK00.310.290.22
HSL355.16º35.63%65.88%-
HSV(B)355.16º31.16%78.04%-
XYZ37.3831.9929.79-
YUV156.11120.04158.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=41.63%
G=28.66%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913714200.310.290.22355.1635.6365.88
HexC7898E01F1D161632442
Octal307211216037352654344102
Binary11000111100010011000111001111111101101101011000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7898E; }

 p { color: rgb(199,137,142); }

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

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

 a { background-color: rgb(199,137,142); }

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

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

 span { border-color: rgb(199,137,142); }

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