#C48689

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

Shades of Puce #C48689

Tints of Puce #C48689

Color information

#C48689 (or 0xC48689) is unknown color: approx Puce. HEX triplet: C4, 86 and 89. RGB value is (196,134,137). Sum of RGB (Red+Green+Blue) = 196+134+137=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C48689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48689 is #3B7976. Grayscale: #989898. Windows color (decimal): -3897719 or 9012932. OLE color: 9012932.

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

Color convert

RGB196134137-
CMYK00.320.300.23
HSL357.1º34.44%64.71%-
HSV(B)357.1º31.63%76.86%-
XYZ35.8130.5927.68-
YUV152.88119.04158.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=41.97%
G=28.69%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613413700.320.300.23357.134.4464.71
HexC486890201E171652241
Octal304206211040362754542101
Binary110001001000011010001001010000011110101111011001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48689; }

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

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

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

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

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

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

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

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