#C66A6B

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

Shades of Mandy #C66A6B

Tints of Mandy #C66A6B

Color information

#C66A6B (or 0xC66A6B) is unknown color: approx Mandy. HEX triplet: C6, 6A and 6B. RGB value is (198,106,107). Sum of RGB (Red+Green+Blue) = 198+106+107=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A6B is #399594. Grayscale: #858585. Windows color (decimal): -3773845 or 7039686. OLE color: 7039686.

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

Color convert

RGB198106107-
CMYK00.460.460.22
HSL359.35º44.66%59.61%-
HSV(B)359.35º46.46%77.65%-
XYZ31.123.3816.78-
YUV133.62112.98173.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.18%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=48.18%
G=25.79%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810610700.460.460.22359.3544.6659.61
HexC66A6B02E2E161672d3c
Octal30615215305656265475574
Binary1100011011010101101011010111010111010110101100111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66A6B; }

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

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

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

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

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

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

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

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