#C4748C

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

Shades of Charm #C4748C

Tints of Charm #C4748C

Color information

#C4748C (or 0xC4748C) is unknown color: approx Charm. HEX triplet: C4, 74 and 8C. RGB value is (196,116,140). Sum of RGB (Red+Green+Blue) = 196+116+140=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4748C is #3B8B73. Grayscale: #8E8E8E. Windows color (decimal): -3902324 or 9204932. OLE color: 9204932.

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

Color convert

RGB196116140-
CMYK00.410.290.23
HSL342º40.4%61.18%-
HSV(B)342º40.82%76.86%-
XYZ33.7426.1228.07-
YUV142.66126.5166.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 140 (55.08% from 255) = 30.97%
R=43.36%
G=25.66%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611614000.410.290.2334240.461.18
HexC4748C0291D17156283d
Octal30416421405135275265075
Binary1100010011101001000110001010011110110111101010110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4748C; }

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

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

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

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

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

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

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

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