#C17E9B

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

Shades of Puce #C17E9B

Tints of Puce #C17E9B

Color information

#C17E9B (or 0xC17E9B) is unknown color: approx Puce. HEX triplet: C1, 7E and 9B. RGB value is (193,126,155). Sum of RGB (Red+Green+Blue) = 193+126+155=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E9B is #3E8164. Grayscale: #959595. Windows color (decimal): -4096357 or 10190529. OLE color: 10190529.

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

Color convert

RGB193126155-
CMYK00.350.200.24
HSL334.03º35.08%62.55%-
HSV(B)334.03º34.72%75.69%-
XYZ35.3728.6334.67-
YUV149.34131.2159.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 126 (49.61% from 255) = 26.58%
BLUE value IS 155 (60.94% from 255) = 32.70%
R=40.72%
G=26.58%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312615500.350.200.24334.0335.0862.55
HexC17E9B023141814e233f
Octal30117623304324305164377
Binary1100000111111101001101101000111010011000101001110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E9B; }

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

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

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

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

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

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

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

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