#C67486

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

Shades of Charm #C67486

Tints of Charm #C67486

Color information

#C67486 (or 0xC67486) is unknown color: approx Charm. HEX triplet: C6, 74 and 86. RGB value is (198,116,134). Sum of RGB (Red+Green+Blue) = 198+116+134=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C67486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67486 is #398B79. Grayscale: #8E8E8E. Windows color (decimal): -3771258 or 8811718. OLE color: 8811718.

HSL color Cylindrical-coordinate representation of color #C67486: hue angle of 346.83º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67486 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB198116134-
CMYK00.410.320.22
HSL346.83º41.84%61.57%-
HSV(B)346.83º41.41%77.65%-
XYZ33.8426.2225.83-
YUV142.57123.17167.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=44.20%
G=25.89%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811613400.410.320.22346.8341.8461.57
HexC67486029201615b2a3e
Octal30616420605140265335276
Binary11000110111010010000110010100110000010110101011011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67486; }

 p { color: rgb(198,116,134); }

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

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

 a { background-color: rgb(198,116,134); }

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

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

 span { border-color: rgb(198,116,134); }

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