#C17E9C

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

Shades of Puce #C17E9C

Tints of Puce #C17E9C

Color information

#C17E9C (or 0xC17E9C) is unknown color: approx Puce. HEX triplet: C1, 7E and 9C. RGB value is (193,126,156). Sum of RGB (Red+Green+Blue) = 193+126+156=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E9C is #3E8163. Grayscale: #959595. Windows color (decimal): -4096356 or 10256065. OLE color: 10256065.

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

Color convert

RGB193126156-
CMYK00.350.190.24
HSL333.13º35.08%62.55%-
HSV(B)333.13º34.72%75.69%-
XYZ35.4528.6635.12-
YUV149.45131.7159.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=40.63%
G=26.53%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312615600.350.190.24333.1335.0862.55
HexC17E9C023131814d233f
Octal30117623404323305154377
Binary1100000111111101001110001000111001111000101001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E9C; }

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

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

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

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

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

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

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

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