#C67586

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

Shades of Charm #C67586

Tints of Charm #C67586

Color information

#C67586 (or 0xC67586) is unknown color: approx Charm. HEX triplet: C6, 75 and 86. RGB value is (198,117,134). Sum of RGB (Red+Green+Blue) = 198+117+134=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C67586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67586 is #398A79. Grayscale: #8F8F8F. Windows color (decimal): -3771002 or 8811974. OLE color: 8811974.

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

Color convert

RGB198117134-
CMYK00.410.320.22
HSL347.41º41.54%61.76%-
HSV(B)347.41º40.91%77.65%-
XYZ33.9526.4525.87-
YUV143.16122.84167.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=44.10%
G=26.06%
B=29.84%

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
Decimal19811713400.410.320.22347.4141.5461.76
HexC67586029201615b2a3e
Octal30616520605140265335276
Binary11000110111010110000110010100110000010110101011011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67586; }

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

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

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

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

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

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

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

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