#C17E94

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

Shades of Puce #C17E94

Tints of Puce #C17E94

Color information

#C17E94 (or 0xC17E94) is unknown color: approx Puce. HEX triplet: C1, 7E and 94. RGB value is (193,126,148). Sum of RGB (Red+Green+Blue) = 193+126+148=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E94 is #3E816B. Grayscale: #949494. Windows color (decimal): -4096364 or 9731777. OLE color: 9731777.

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

Color convert

RGB193126148-
CMYK00.350.230.24
HSL340.3º35.08%62.55%-
HSV(B)340.3º34.72%75.69%-
XYZ34.828.431.66-
YUV148.54127.7159.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=41.33%
G=26.98%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312614800.350.230.24340.335.0862.55
HexC17E940231718154233f
Octal30117622404327305244377
Binary1100000111111101001010001000111011111000101010100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E94; }

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

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

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

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

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

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

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

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