#C48889

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

Shades of Puce #C48889

Tints of Puce #C48889

Color information

#C48889 (or 0xC48889) is unknown color: approx Puce. HEX triplet: C4, 88 and 89. RGB value is (196,136,137). Sum of RGB (Red+Green+Blue) = 196+136+137=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C48889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48889 is #3B7776. Grayscale: #9A9A9A. Windows color (decimal): -3897207 or 9013444. OLE color: 9013444.

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

Color convert

RGB196136137-
CMYK00.310.300.23
HSL359º33.71%65.1%-
HSV(B)359º30.61%76.86%-
XYZ36.0831.1527.78-
YUV154.05118.38157.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=41.79%
G=29.00%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613613700.310.300.2335933.7165.1
HexC4888901F1E171672241
Octal304210211037362754742101
Binary11000100100010001000100101111111110101111011001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48889; }

 p { color: rgb(196,136,137); }

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

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

 a { background-color: rgb(196,136,137); }

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

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

 span { border-color: rgb(196,136,137); }

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