#C17F98

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

Shades of Puce #C17F98

Tints of Puce #C17F98

Color information

#C17F98 (or 0xC17F98) is unknown color: approx Puce. HEX triplet: C1, 7F and 98. RGB value is (193,127,152). Sum of RGB (Red+Green+Blue) = 193+127+152=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F98 is #3E8067. Grayscale: #959595. Windows color (decimal): -4096104 or 9994177. OLE color: 9994177.

HSL color Cylindrical-coordinate representation of color #C17F98: hue angle of 337.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C17F98 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB193127152-
CMYK00.340.210.24
HSL337.27º34.74%62.75%-
HSV(B)337.27º34.2%75.69%-
XYZ35.2528.7833.4-
YUV149.58129.37158.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 127 (50% from 255) = 26.91%
BLUE value IS 152 (59.77% from 255) = 32.20%
R=40.89%
G=26.91%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312715200.340.210.24337.2734.7462.75
HexC17F980221518151233f
Octal30117723004225305214377
Binary1100000111111111001100001000101010111000101010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17F98; }

 p { color: rgb(193,127,152); }

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

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

 a { background-color: rgb(193,127,152); }

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

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

 span { border-color: rgb(193,127,152); }

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