#C66A7A

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

Shades of Charm #C66A7A

Tints of Charm #C66A7A

Color information

#C66A7A (or 0xC66A7A) is unknown color: approx Charm. HEX triplet: C6, 6A and 7A. RGB value is (198,106,122). Sum of RGB (Red+Green+Blue) = 198+106+122=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A7A is #399585. Grayscale: #878787. Windows color (decimal): -3773830 or 8022726. OLE color: 8022726.

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

Color convert

RGB198106122-
CMYK00.460.380.22
HSL349.57º44.66%59.61%-
HSV(B)349.57º46.46%77.65%-
XYZ31.9623.7221.31-
YUV135.33120.48172.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=46.48%
G=24.88%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810612200.460.380.22349.5744.6659.61
HexC66A7A02E261615e2d3c
Octal30615217205646265365574
Binary1100011011010101111010010111010011010110101011110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66A7A; }

 p { color: rgb(198,106,122); }

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

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

 a { background-color: rgb(198,106,122); }

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

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

 span { border-color: rgb(198,106,122); }

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