#C17D8A

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

Shades of Charm #C17D8A

Tints of Charm #C17D8A

Color information

#C17D8A (or 0xC17D8A) is unknown color: approx Charm. HEX triplet: C1, 7D and 8A. RGB value is (193,125,138). Sum of RGB (Red+Green+Blue) = 193+125+138=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17D8A is #3E8275. Grayscale: #929292. Windows color (decimal): -4096630 or 9076161. OLE color: 9076161.

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

Color convert

RGB193125138-
CMYK00.350.280.24
HSL348.53º35.42%62.35%-
HSV(B)348.53º35.23%75.69%-
XYZ33.9127.8427.63-
YUV146.81123.03160.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=42.32%
G=27.41%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312513800.350.280.24348.5335.4262.35
HexC17D8A0231C1815d233e
Octal30117521204334305354376
Binary1100000111111011000101001000111110011000101011101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17D8A; }

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

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

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

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

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

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

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

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