#C4868C

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

Shades of Puce #C4868C

Tints of Puce #C4868C

Color information

#C4868C (or 0xC4868C) is unknown color: approx Puce. HEX triplet: C4, 86 and 8C. RGB value is (196,134,140). Sum of RGB (Red+Green+Blue) = 196+134+140=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4868C is #3B7973. Grayscale: #999999. Windows color (decimal): -3897716 or 9209540. OLE color: 9209540.

HSL color Cylindrical-coordinate representation of color #C4868C: hue angle of 354.19º degrees, saturation: 0.34, 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 #C4868C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB196134140-
CMYK00.320.290.23
HSL354.19º34.44%64.71%-
HSV(B)354.19º31.63%76.86%-
XYZ36.0230.6828.83-
YUV153.22120.54158.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 134 (52.73% from 255) = 28.51%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=41.70%
G=28.51%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613414000.320.290.23354.1934.4464.71
HexC4868C0201D171622241
Octal304206214040352754242101
Binary110001001000011010001100010000011101101111011000101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4868C; }

 p { color: rgb(196,134,140); }

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

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

 a { background-color: rgb(196,134,140); }

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

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

 span { border-color: rgb(196,134,140); }

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