#C66061

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

Shades of Mandy #C66061

Tints of Mandy #C66061

Color information

#C66061 (or 0xC66061) is unknown color: approx Mandy. HEX triplet: C6, 60 and 61. RGB value is (198,96,97). Sum of RGB (Red+Green+Blue) = 198+96+97=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C66061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66061 is #399F9E. Grayscale: #7E7E7E. Windows color (decimal): -3776415 or 6381766. OLE color: 6381766.

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

Color convert

RGB1989697-
CMYK00.520.510.22
HSL359.41º47.22%57.65%-
HSV(B)359.41º51.52%77.65%-
XYZ29.6321.2313.85-
YUV126.61111.29178.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.64%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=50.64%
G=24.55%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198969700.520.510.22359.4147.2257.65
HexC6606103433161672f3a
Octal30614014106463265475772
Binary1100011011000001100001011010011001110110101100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66061; }

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

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

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

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

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

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

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

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