#C28696

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

Shades of Puce #C28696

Tints of Puce #C28696

Color information

#C28696 (or 0xC28696) is unknown color: approx Puce. HEX triplet: C2, 86 and 96. RGB value is (194,134,150). Sum of RGB (Red+Green+Blue) = 194+134+150=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C28696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28696 is #3D7969. Grayscale: #999999. Windows color (decimal): -4028778 or 9864898. OLE color: 9864898.

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

Color convert

RGB194134150-
CMYK00.310.230.24
HSL344º32.97%64.31%-
HSV(B)344º30.93%76.08%-
XYZ36.2830.7232.87-
YUV153.76125.88156.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=40.59%
G=28.03%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413415000.310.230.2434432.9764.31
HexC2869601F17181582140
Octal302206226037273053041100
Binary11000010100001101001011001111110111110001010110001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28696; }

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

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

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

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

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

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

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

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