#C46B82

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

Shades of Charm #C46B82

Tints of Charm #C46B82

Color information

#C46B82 (or 0xC46B82) is unknown color: approx Charm. HEX triplet: C4, 6B and 82. RGB value is (196,107,130). Sum of RGB (Red+Green+Blue) = 196+107+130=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46B82 is #3B947D. Grayscale: #888888. Windows color (decimal): -3904638 or 8547268. OLE color: 8547268.

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

Color convert

RGB196107130-
CMYK00.450.340.23
HSL344.49º43%59.41%-
HSV(B)344.49º45.41%76.86%-
XYZ32.0523.8624.04-
YUV136.23124.49170.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=45.27%
G=24.71%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610713000.450.340.23344.494359.41
HexC46B8202D22171582b3b
Octal30415320205542275305373
Binary11000100110101110000010010110110001010111101011000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46B82; }

 p { color: rgb(196,107,130); }

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

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

 a { background-color: rgb(196,107,130); }

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

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

 span { border-color: rgb(196,107,130); }

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