#C28396

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

Shades of Puce #C28396

Tints of Puce #C28396

Color information

#C28396 (or 0xC28396) is unknown color: approx Puce. HEX triplet: C2, 83 and 96. RGB value is (194,131,150). Sum of RGB (Red+Green+Blue) = 194+131+150=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C28396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28396 is #3D7C69. Grayscale: #979797. Windows color (decimal): -4029546 or 9864130. OLE color: 9864130.

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

Color convert

RGB194131150-
CMYK00.320.230.24
HSL341.9º34.05%63.73%-
HSV(B)341.9º32.47%76.08%-
XYZ35.8729.932.74-
YUV152126.87157.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=40.84%
G=27.58%
B=31.58%

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
Decimal19413115000.320.230.24341.934.0563.73
HexC2839602017181562240
Octal302203226040273052642100
Binary110000101000001110010110010000010111110001010101101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28396; }

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

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

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

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

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

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

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

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