#C46C7C

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

Shades of Charm #C46C7C

Tints of Charm #C46C7C

Color information

#C46C7C (or 0xC46C7C) is unknown color: approx Charm. HEX triplet: C4, 6C and 7C. RGB value is (196,108,124). Sum of RGB (Red+Green+Blue) = 196+108+124=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C7C is #3B9383. Grayscale: #888888. Windows color (decimal): -3904388 or 8154308. OLE color: 8154308.

HSL color Cylindrical-coordinate representation of color #C46C7C: hue angle of 349.09º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46C7C is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB196108124-
CMYK00.450.370.23
HSL349.09º42.72%59.61%-
HSV(B)349.09º44.9%76.86%-
XYZ31.7723.9222.01-
YUV136.14121.15170.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 108 (42.58% from 255) = 25.23%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=45.79%
G=25.23%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610812400.450.370.23349.0942.7259.61
HexC46C7C02D251715d2b3c
Octal30415417405545275355374
Binary1100010011011001111100010110110010110111101011101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46C7C; }

 p { color: rgb(196,108,124); }

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

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

 a { background-color: rgb(196,108,124); }

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

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

 span { border-color: rgb(196,108,124); }

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