#C67186

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

Shades of Charm #C67186

Tints of Charm #C67186

Color information

#C67186 (or 0xC67186) is unknown color: approx Charm. HEX triplet: C6, 71 and 86. RGB value is (198,113,134). Sum of RGB (Red+Green+Blue) = 198+113+134=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C67186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67186 is #398E79. Grayscale: #8C8C8C. Windows color (decimal): -3772026 or 8810950. OLE color: 8810950.

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

Color convert

RGB198113134-
CMYK00.430.320.22
HSL345.18º42.71%60.98%-
HSV(B)345.18º42.93%77.65%-
XYZ33.525.5425.72-
YUV140.81124.16168.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.49%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=44.49%
G=25.39%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811313400.430.320.22345.1842.7160.98
HexC6718602B20161592b3d
Octal30616120605340265315375
Binary11000110111000110000110010101110000010110101011001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67186; }

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

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

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

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

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

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

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

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