#C48297

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

Shades of Puce #C48297

Tints of Puce #C48297

Color information

#C48297 (or 0xC48297) is unknown color: approx Puce. HEX triplet: C4, 82 and 97. RGB value is (196,130,151). Sum of RGB (Red+Green+Blue) = 196+130+151=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48297 is #3B7D68. Grayscale: #989898. Windows color (decimal): -3898729 or 9929412. OLE color: 9929412.

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

Color convert

RGB196130151-
CMYK00.340.230.23
HSL340.91º35.87%63.92%-
HSV(B)340.91º33.67%76.86%-
XYZ36.3329.9433.14-
YUV152.13127.37159.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.09%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 151 (59.38% from 255) = 31.66%
R=41.09%
G=27.25%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613015100.340.230.23340.9135.8763.92
HexC4829702217171552440
Octal304202227042272752544100
Binary110001001000001010010111010001010111101111010101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48297; }

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

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

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

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

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

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

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

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