#C4758C

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

Shades of Charm #C4758C

Tints of Charm #C4758C

Color information

#C4758C (or 0xC4758C) is unknown color: approx Charm. HEX triplet: C4, 75 and 8C. RGB value is (196,117,140). Sum of RGB (Red+Green+Blue) = 196+117+140=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4758C is #3B8A73. Grayscale: #8F8F8F. Windows color (decimal): -3902068 or 9205188. OLE color: 9205188.

HSL color Cylindrical-coordinate representation of color #C4758C: hue angle of 342.53º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4758C is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB196117140-
CMYK00.400.290.23
HSL342.53º40.1%61.37%-
HSV(B)342.53º40.31%76.86%-
XYZ33.8626.3528.11-
YUV143.24126.17165.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=43.27%
G=25.83%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611714000.400.290.23342.5340.161.37
HexC4758C0281D17157283d
Octal30416521405035275275075
Binary1100010011101011000110001010001110110111101010111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4758C; }

 p { color: rgb(196,117,140); }

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

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

 a { background-color: rgb(196,117,140); }

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

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

 span { border-color: rgb(196,117,140); }

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