#C5848F

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

Shades of Puce #C5848F

Tints of Puce #C5848F

Color information

#C5848F (or 0xC5848F) is unknown color: approx Puce. HEX triplet: C5, 84 and 8F. RGB value is (197,132,143). Sum of RGB (Red+Green+Blue) = 197+132+143=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5848F is #3A7B70. Grayscale: #989898. Windows color (decimal): -3832689 or 9405637. OLE color: 9405637.

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

Color convert

RGB197132143-
CMYK00.330.270.23
HSL349.85º35.91%64.51%-
HSV(B)349.85º32.99%77.25%-
XYZ36.2430.3629.94-
YUV152.69122.53159.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 143 (56.25% from 255) = 30.30%
R=41.74%
G=27.97%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713214300.330.270.23349.8535.9164.51
HexC5848F0211B1715e2441
Octal305204217041332753644101
Binary110001011000010010001111010000111011101111010111101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5848F; }

 p { color: rgb(197,132,143); }

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

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

 a { background-color: rgb(197,132,143); }

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

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

 span { border-color: rgb(197,132,143); }

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