#C48097

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

Shades of Puce #C48097

Tints of Puce #C48097

Color information

#C48097 (or 0xC48097) is unknown color: approx Puce. HEX triplet: C4, 80 and 97. RGB value is (196,128,151). Sum of RGB (Red+Green+Blue) = 196+128+151=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C48097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48097 is #3B7F68. Grayscale: #969696. Windows color (decimal): -3899241 or 9928900. OLE color: 9928900.

HSL color Cylindrical-coordinate representation of color #C48097: hue angle of 339.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C48097 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB196128151-
CMYK00.350.230.23
HSL339.71º36.56%63.53%-
HSV(B)339.71º34.69%76.86%-
XYZ36.0729.4133.05-
YUV150.95128.03160.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=41.26%
G=26.95%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612815100.350.230.23339.7136.5663.53
HexC4809702317171542540
Octal304200227043272752445100
Binary110001001000000010010111010001110111101111010101001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48097; }

 p { color: rgb(196,128,151); }

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

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

 a { background-color: rgb(196,128,151); }

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

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

 span { border-color: rgb(196,128,151); }

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