#C66065

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

Shades of Mandy #C66065

Tints of Mandy #C66065

Color information

#C66065 (or 0xC66065) is unknown color: approx Mandy. HEX triplet: C6, 60 and 65. RGB value is (198,96,101). Sum of RGB (Red+Green+Blue) = 198+96+101=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C66065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66065 is #399F9A. Grayscale: #7F7F7F. Windows color (decimal): -3776411 or 6643910. OLE color: 6643910.

HSL color Cylindrical-coordinate representation of color #C66065: hue angle of 357.06º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66065 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB19896101-
CMYK00.520.490.22
HSL357.06º47.22%57.65%-
HSV(B)357.06º51.52%77.65%-
XYZ29.8221.3114.85-
YUV127.07113.29178.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=50.13%
G=24.30%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989610100.520.490.22357.0647.2257.65
HexC6606503431161652f3a
Octal30614014506461265455772
Binary1100011011000001100101011010011000110110101100101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66065; }

 p { color: rgb(198,96,101); }

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

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

 a { background-color: rgb(198,96,101); }

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

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

 span { border-color: rgb(198,96,101); }

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