#C1738B

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

Shades of Charm #C1738B

Tints of Charm #C1738B

Color information

#C1738B (or 0xC1738B) is unknown color: approx Charm. HEX triplet: C1, 73 and 8B. RGB value is (193,115,139). Sum of RGB (Red+Green+Blue) = 193+115+139=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1738B is #3E8C74. Grayscale: #8D8D8D. Windows color (decimal): -4099189 or 9139137. OLE color: 9139137.

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

Color convert

RGB193115139-
CMYK00.400.280.24
HSL341.54º38.61%60.39%-
HSV(B)341.54º40.41%75.69%-
XYZ32.7825.4627.61-
YUV141.06126.84165.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=43.18%
G=25.73%
B=31.10%

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
Decimal19311513900.400.280.24341.5438.6160.39
HexC1738B0281C18156273c
Octal30116321305034305264774
Binary1100000111100111000101101010001110011000101010110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1738B; }

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

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

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

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

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

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

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

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