#C7898F

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

Shades of Puce #C7898F

Tints of Puce #C7898F

Color information

#C7898F (or 0xC7898F) is unknown color: approx Puce. HEX triplet: C7, 89 and 8F. RGB value is (199,137,143). Sum of RGB (Red+Green+Blue) = 199+137+143=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7898F is #387670. Grayscale: #9C9C9C. Windows color (decimal): -3700337 or 9406919. OLE color: 9406919.

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

Color convert

RGB199137143-
CMYK00.310.280.22
HSL354.19º35.63%65.88%-
HSV(B)354.19º31.16%78.04%-
XYZ37.4632.0230.19-
YUV156.22120.54158.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=41.54%
G=28.60%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913714300.310.280.22354.1935.6365.88
HexC7898F01F1C161622442
Octal307211217037342654244102
Binary11000111100010011000111101111111100101101011000101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7898F; }

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

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

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

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

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

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

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

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