#C7859C

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

Shades of Puce #C7859C

Tints of Puce #C7859C

Color information

#C7859C (or 0xC7859C) is unknown color: approx Puce. HEX triplet: C7, 85 and 9C. RGB value is (199,133,156). Sum of RGB (Red+Green+Blue) = 199+133+156=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7859C is #387A63. Grayscale: #9B9B9B. Windows color (decimal): -3701348 or 10257863. OLE color: 10257863.

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

Color convert

RGB199133156-
CMYK00.330.220.22
HSL339.09º37.08%65.1%-
HSV(B)339.09º33.17%78.04%-
XYZ37.9431.3235.5-
YUV155.36128.37159.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=40.78%
G=27.25%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913315600.330.220.22339.0937.0865.1
HexC7859C02116161532541
Octal307205234041262652345101
Binary110001111000010110011100010000110110101101010100111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7859C; }

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

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

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

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

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

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

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

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