#C28496

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

Shades of Puce #C28496

Tints of Puce #C28496

Color information

#C28496 (or 0xC28496) is unknown color: approx Puce. HEX triplet: C2, 84 and 96. RGB value is (194,132,150). Sum of RGB (Red+Green+Blue) = 194+132+150=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C28496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28496 is #3D7B69. Grayscale: #989898. Windows color (decimal): -4029290 or 9864386. OLE color: 9864386.

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

Color convert

RGB194132150-
CMYK00.320.230.24
HSL342.58º33.7%63.92%-
HSV(B)342.58º31.96%76.08%-
XYZ3630.1732.78-
YUV152.59126.54157.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.76%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=40.76%
G=27.73%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413215000.320.230.24342.5833.763.92
HexC2849602017181572240
Octal302204226040273052742100
Binary110000101000010010010110010000010111110001010101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28496; }

 p { color: rgb(194,132,150); }

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

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

 a { background-color: rgb(194,132,150); }

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

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

 span { border-color: rgb(194,132,150); }

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