#C7858F

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

Shades of Puce #C7858F

Tints of Puce #C7858F

Color information

#C7858F (or 0xC7858F) is unknown color: approx Puce. HEX triplet: C7, 85 and 8F. RGB value is (199,133,143). Sum of RGB (Red+Green+Blue) = 199+133+143=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7858F is #387A70. Grayscale: #999999. Windows color (decimal): -3701361 or 9405895. OLE color: 9405895.

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

Color convert

RGB199133143-
CMYK00.330.280.22
HSL350.91º37.08%65.1%-
HSV(B)350.91º33.17%78.04%-
XYZ36.930.930.01-
YUV153.87121.87160.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.89%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=41.89%
G=28%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913314300.330.280.22350.9137.0865.1
HexC7858F0211C1615f2541
Octal307205217041342653745101
Binary110001111000010110001111010000111100101101010111111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7858F; }

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

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

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

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

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

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

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

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