#C4859C

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

Shades of Puce #C4859C

Tints of Puce #C4859C

Color information

#C4859C (or 0xC4859C) is unknown color: approx Puce. HEX triplet: C4, 85 and 9C. RGB value is (196,133,156). Sum of RGB (Red+Green+Blue) = 196+133+156=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4859C is #3B7A63. Grayscale: #9A9A9A. Windows color (decimal): -3897956 or 10257860. OLE color: 10257860.

HSL color Cylindrical-coordinate representation of color #C4859C: hue angle of 338.1º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4859C is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB196133156-
CMYK00.320.200.23
HSL338.1º34.81%64.51%-
HSV(B)338.1º32.14%76.86%-
XYZ37.1530.9135.46-
YUV154.46128.87157.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=40.41%
G=27.42%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613315600.320.200.23338.134.8164.51
HexC4859C02014171522341
Octal304205234040242752243101
Binary110001001000010110011100010000010100101111010100101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4859C; }

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

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

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

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

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

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

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

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