#C7858E

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

Shades of Puce #C7858E

Tints of Puce #C7858E

Color information

#C7858E (or 0xC7858E) is unknown color: approx Puce. HEX triplet: C7, 85 and 8E. RGB value is (199,133,142). Sum of RGB (Red+Green+Blue) = 199+133+142=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7858E is #387A71. Grayscale: #999999. Windows color (decimal): -3701362 or 9340359. OLE color: 9340359.

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

Color convert

RGB199133142-
CMYK00.330.290.22
HSL351.82º37.08%65.1%-
HSV(B)351.82º33.17%78.04%-
XYZ36.8230.8729.61-
YUV153.76121.37160.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=41.98%
G=28.06%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913314200.330.290.22351.8237.0865.1
HexC7858E0211D161602541
Octal307205216041352654045101
Binary110001111000010110001110010000111101101101011000001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7858E; }

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

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

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

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

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

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

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

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