#C66A7B

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

Shades of Charm #C66A7B

Tints of Charm #C66A7B

Color information

#C66A7B (or 0xC66A7B) is unknown color: approx Charm. HEX triplet: C6, 6A and 7B. RGB value is (198,106,123). Sum of RGB (Red+Green+Blue) = 198+106+123=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A7B is #399584. Grayscale: #878787. Windows color (decimal): -3773829 or 8088262. OLE color: 8088262.

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

Color convert

RGB198106123-
CMYK00.460.380.22
HSL348.91º44.66%59.61%-
HSV(B)348.91º46.46%77.65%-
XYZ32.0223.7421.63-
YUV135.45120.98172.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=46.37%
G=24.82%
B=28.81%

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
Decimal19810612300.460.380.22348.9144.6659.61
HexC66A7B02E261615d2d3c
Octal30615217305646265355574
Binary1100011011010101111011010111010011010110101011101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66A7B; }

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

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

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

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

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

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

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

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