#C17E9A

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

Shades of Puce #C17E9A

Tints of Puce #C17E9A

Color information

#C17E9A (or 0xC17E9A) is unknown color: approx Puce. HEX triplet: C1, 7E and 9A. RGB value is (193,126,154). Sum of RGB (Red+Green+Blue) = 193+126+154=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E9A is #3E8165. Grayscale: #959595. Windows color (decimal): -4096358 or 10124993. OLE color: 10124993.

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

Color convert

RGB193126154-
CMYK00.350.200.24
HSL334.93º35.08%62.55%-
HSV(B)334.93º34.72%75.69%-
XYZ35.2928.5934.23-
YUV149.22130.7159.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=40.80%
G=26.64%
B=32.56%

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
Decimal19312615400.350.200.24334.9335.0862.55
HexC17E9A023141814f233f
Octal30117623204324305174377
Binary1100000111111101001101001000111010011000101001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E9A; }

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

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

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

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

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

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

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

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