#C17F8A

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

Shades of Charm #C17F8A

Tints of Charm #C17F8A

Color information

#C17F8A (or 0xC17F8A) is unknown color: approx Charm. HEX triplet: C1, 7F and 8A. RGB value is (193,127,138). Sum of RGB (Red+Green+Blue) = 193+127+138=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F8A is #3E8075. Grayscale: #949494. Windows color (decimal): -4096118 or 9076673. OLE color: 9076673.

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

Color convert

RGB193127138-
CMYK00.340.280.24
HSL350º34.74%62.75%-
HSV(B)350º34.2%75.69%-
XYZ34.1728.3527.72-
YUV147.99122.37160.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.14%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=42.14%
G=27.73%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312713800.340.280.2435034.7462.75
HexC17F8A0221C1815e233f
Octal30117721204234305364377
Binary1100000111111111000101001000101110011000101011110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17F8A; }

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

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

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

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

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

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

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

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