#C17E97

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

Shades of Puce #C17E97

Tints of Puce #C17E97

Color information

#C17E97 (or 0xC17E97) is unknown color: approx Puce. HEX triplet: C1, 7E and 97. RGB value is (193,126,151). Sum of RGB (Red+Green+Blue) = 193+126+151=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E97 is #3E8168. Grayscale: #949494. Windows color (decimal): -4096361 or 9928385. OLE color: 9928385.

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

Color convert

RGB193126151-
CMYK00.350.220.24
HSL337.61º35.08%62.55%-
HSV(B)337.61º34.72%75.69%-
XYZ35.0428.4932.93-
YUV148.88129.2159.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 151 (59.38% from 255) = 32.13%
R=41.06%
G=26.81%
B=32.13%

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
Decimal19312615100.350.220.24337.6135.0862.55
HexC17E970231618152233f
Octal30117622704326305224377
Binary1100000111111101001011101000111011011000101010010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E97; }

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

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

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

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

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

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

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

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