#C4858B

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

Shades of Puce #C4858B

Tints of Puce #C4858B

Color information

#C4858B (or 0xC4858B) is unknown color: approx Puce. HEX triplet: C4, 85 and 8B. RGB value is (196,133,139). Sum of RGB (Red+Green+Blue) = 196+133+139=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4858B is #3B7A74. Grayscale: #989898. Windows color (decimal): -3897973 or 9143748. OLE color: 9143748.

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

Color convert

RGB196133139-
CMYK00.320.290.23
HSL354.29º34.81%64.51%-
HSV(B)354.29º32.14%76.86%-
XYZ35.8130.3728.4-
YUV152.52120.37159.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 139 (54.69% from 255) = 29.70%
R=41.88%
G=28.42%
B=29.70%

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
Decimal19613313900.320.290.23354.2934.8164.51
HexC4858B0201D171622341
Octal304205213040352754243101
Binary110001001000010110001011010000011101101111011000101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4858B; }

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

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

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

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

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

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

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

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