#C6667C

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

Shades of Charm #C6667C

Tints of Charm #C6667C

Color information

#C6667C (or 0xC6667C) is unknown color: approx Charm. HEX triplet: C6, 66 and 7C. RGB value is (198,102,124). Sum of RGB (Red+Green+Blue) = 198+102+124=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6667C is #399983. Grayscale: #858585. Windows color (decimal): -3774852 or 8152774. OLE color: 8152774.

HSL color Cylindrical-coordinate representation of color #C6667C: hue angle of 346.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6667C is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB198102124-
CMYK00.480.370.22
HSL346.25º45.71%58.82%-
HSV(B)346.25º48.48%77.65%-
XYZ31.6822.9621.83-
YUV133.21122.8174.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 124 (48.83% from 255) = 29.25%
R=46.70%
G=24.06%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810212400.480.370.22346.2545.7158.82
HexC6667C030251615a2e3b
Octal30614617406045265325673
Binary1100011011001101111100011000010010110110101011010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6667C; }

 p { color: rgb(198,102,124); }

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

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

 a { background-color: rgb(198,102,124); }

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

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

 span { border-color: rgb(198,102,124); }

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