#C17F8C

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

Shades of Charm #C17F8C

Tints of Charm #C17F8C

Color information

#C17F8C (or 0xC17F8C) is unknown color: approx Charm. HEX triplet: C1, 7F and 8C. RGB value is (193,127,140). Sum of RGB (Red+Green+Blue) = 193+127+140=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F8C is #3E8073. Grayscale: #949494. Windows color (decimal): -4096116 or 9207745. OLE color: 9207745.

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

Color convert

RGB193127140-
CMYK00.340.270.24
HSL348.18º34.74%62.75%-
HSV(B)348.18º34.2%75.69%-
XYZ34.3228.4128.49-
YUV148.22123.37159.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 127 (50% from 255) = 27.61%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=41.96%
G=27.61%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312714000.340.270.24348.1834.7462.75
HexC17F8C0221B1815c233f
Octal30117721404233305344377
Binary1100000111111111000110001000101101111000101011100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17F8C; }

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

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

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

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

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

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

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

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