#C5848B

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

Shades of Puce #C5848B

Tints of Puce #C5848B

Color information

#C5848B (or 0xC5848B) is unknown color: approx Puce. HEX triplet: C5, 84 and 8B. RGB value is (197,132,139). Sum of RGB (Red+Green+Blue) = 197+132+139=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5848B is #3A7B74. Grayscale: #989898. Windows color (decimal): -3832693 or 9143493. OLE color: 9143493.

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

Color convert

RGB197132139-
CMYK00.330.290.23
HSL353.54º35.91%64.51%-
HSV(B)353.54º32.99%77.25%-
XYZ35.9430.2428.37-
YUV152.23120.53159.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.09%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 139 (54.69% from 255) = 29.70%
R=42.09%
G=28.21%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713213900.330.290.23353.5435.9164.51
HexC5848B0211D171622441
Octal305204213041352754244101
Binary110001011000010010001011010000111101101111011000101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5848B; }

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

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

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

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

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

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

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

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