#C1748B

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

Shades of Charm #C1748B

Tints of Charm #C1748B

Color information

#C1748B (or 0xC1748B) is unknown color: approx Charm. HEX triplet: C1, 74 and 8B. RGB value is (193,116,139). Sum of RGB (Red+Green+Blue) = 193+116+139=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1748B is #3E8B74. Grayscale: #8D8D8D. Windows color (decimal): -4098933 or 9139393. OLE color: 9139393.

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

Color convert

RGB193116139-
CMYK00.400.280.24
HSL342.08º38.31%60.59%-
HSV(B)342.08º39.9%75.69%-
XYZ32.925.6927.65-
YUV141.65126.51164.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.08%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=43.08%
G=25.89%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311613900.400.280.24342.0838.3160.59
HexC1748B0281C18156263d
Octal30116421305034305264675
Binary1100000111101001000101101010001110011000101010110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1748B; }

 p { color: rgb(193,116,139); }

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

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

 a { background-color: rgb(193,116,139); }

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

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

 span { border-color: rgb(193,116,139); }

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