#C17E90

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

Shades of Puce #C17E90

Tints of Puce #C17E90

Color information

#C17E90 (or 0xC17E90) is unknown color: approx Puce. HEX triplet: C1, 7E and 90. RGB value is (193,126,144). Sum of RGB (Red+Green+Blue) = 193+126+144=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E90 is #3E816F. Grayscale: #949494. Windows color (decimal): -4096368 or 9469633. OLE color: 9469633.

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

Color convert

RGB193126144-
CMYK00.350.250.24
HSL343.88º35.08%62.55%-
HSV(B)343.88º34.72%75.69%-
XYZ34.4928.2730.03-
YUV148.08125.7160.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 144 (56.64% from 255) = 31.10%
R=41.68%
G=27.21%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312614400.350.250.24343.8835.0862.55
HexC17E900231918158233f
Octal30117622004331305304377
Binary1100000111111101001000001000111100111000101011000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E90; }

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

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

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

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

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

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

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

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