#C66C7F

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

Shades of Charm #C66C7F

Tints of Charm #C66C7F

Color information

#C66C7F (or 0xC66C7F) is unknown color: approx Charm. HEX triplet: C6, 6C and 7F. RGB value is (198,108,127). Sum of RGB (Red+Green+Blue) = 198+108+127=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66C7F is #399380. Grayscale: #898989. Windows color (decimal): -3773313 or 8350918. OLE color: 8350918.

HSL color Cylindrical-coordinate representation of color #C66C7F: hue angle of 347.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66C7F is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB198108127-
CMYK00.450.360.22
HSL347.33º44.12%60%-
HSV(B)347.33º45.45%77.65%-
XYZ32.4824.2623.05-
YUV137.08122.32171.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 127 (50% from 255) = 29.33%
R=45.73%
G=24.94%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810812700.450.360.22347.3344.1260
HexC66C7F02D241615b2c3c
Octal30615417705544265335474
Binary1100011011011001111111010110110010010110101011011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66C7F; }

 p { color: rgb(198,108,127); }

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

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

 a { background-color: rgb(198,108,127); }

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

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

 span { border-color: rgb(198,108,127); }

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