#C46C85

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

Shades of Charm #C46C85

Tints of Charm #C46C85

Color information

#C46C85 (or 0xC46C85) is unknown color: approx Charm. HEX triplet: C4, 6C and 85. RGB value is (196,108,133). Sum of RGB (Red+Green+Blue) = 196+108+133=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46C85 is #3B937A. Grayscale: #898989. Windows color (decimal): -3904379 or 8744132. OLE color: 8744132.

HSL color Cylindrical-coordinate representation of color #C46C85: hue angle of 342.95º 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 #C46C85 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB196108133-
CMYK00.450.320.23
HSL342.95º42.72%59.61%-
HSV(B)342.95º44.9%76.86%-
XYZ32.3624.1525.15-
YUV137.16125.65169.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=44.85%
G=24.71%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610813300.450.320.23342.9542.7259.61
HexC46C8502D20171572b3c
Octal30415420505540275275374
Binary11000100110110010000101010110110000010111101010111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46C85; }

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

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

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

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

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

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

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

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