#C17E96

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

Shades of Puce #C17E96

Tints of Puce #C17E96

Color information

#C17E96 (or 0xC17E96) is unknown color: approx Puce. HEX triplet: C1, 7E and 96. RGB value is (193,126,150). Sum of RGB (Red+Green+Blue) = 193+126+150=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E96 is #3E8169. Grayscale: #949494. Windows color (decimal): -4096362 or 9862849. OLE color: 9862849.

HSL color Cylindrical-coordinate representation of color #C17E96: hue angle of 338.51º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17E96 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB193126150-
CMYK00.350.220.24
HSL338.51º35.08%62.55%-
HSV(B)338.51º34.72%75.69%-
XYZ34.9628.4632.51-
YUV148.77128.7159.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=41.15%
G=26.87%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312615000.350.220.24338.5135.0862.55
HexC17E960231618153233f
Octal30117622604326305234377
Binary1100000111111101001011001000111011011000101010011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E96; }

 p { color: rgb(193,126,150); }

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

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

 a { background-color: rgb(193,126,150); }

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

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

 span { border-color: rgb(193,126,150); }

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