#C17F82

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

Shades of Charm #C17F82

Tints of Charm #C17F82

Color information

#C17F82 (or 0xC17F82) is unknown color: approx Charm. HEX triplet: C1, 7F and 82. RGB value is (193,127,130). Sum of RGB (Red+Green+Blue) = 193+127+130=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F82 is #3E807D. Grayscale: #939393. Windows color (decimal): -4096126 or 8552385. OLE color: 8552385.

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

Color convert

RGB193127130-
CMYK00.340.330.24
HSL357.27º34.74%62.75%-
HSV(B)357.27º34.2%75.69%-
XYZ33.6128.1324.78-
YUV147.08118.37160.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.89%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=42.89%
G=28.22%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312713000.340.330.24357.2734.7462.75
HexC17F820222118165233f
Octal30117720204241305454377
Binary11000001111111110000010010001010000111000101100101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17F82; }

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

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

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

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

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

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

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

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