#C66062

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

Shades of Mandy #C66062

Tints of Mandy #C66062

Color information

#C66062 (or 0xC66062) is unknown color: approx Mandy. HEX triplet: C6, 60 and 62. RGB value is (198,96,98). Sum of RGB (Red+Green+Blue) = 198+96+98=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C66062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66062 is #399F9D. Grayscale: #7E7E7E. Windows color (decimal): -3776414 or 6447302. OLE color: 6447302.

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

Color convert

RGB1989698-
CMYK00.520.510.22
HSL358.82º47.22%57.65%-
HSV(B)358.82º51.52%77.65%-
XYZ29.6821.2514.09-
YUV126.73111.79178.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.51%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 98 (38.67% from 255) = 25%
R=50.51%
G=24.49%
B=25%

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
Decimal198969800.520.510.22358.8247.2257.65
HexC6606203433161672f3a
Octal30614014206463265475772
Binary1100011011000001100010011010011001110110101100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66062; }

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

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

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

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

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

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

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

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