#C64652

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

Shades of Mandy #C64652

Tints of Mandy #C64652

Color information

#C64652 (or 0xC64652) is unknown color: approx Mandy. HEX triplet: C6, 46 and 52. RGB value is (198,70,82). Sum of RGB (Red+Green+Blue) = 198+70+82=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C64652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64652 is #39B9AD. Grayscale: #6D6D6D. Windows color (decimal): -3783086 or 5392070. OLE color: 5392070.

HSL color Cylindrical-coordinate representation of color #C64652: hue angle of 354.38º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64652 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1987082-
CMYK00.650.590.22
HSL354.38º52.89%52.55%-
HSV(B)354.38º64.65%77.65%-
XYZ27179.84-
YUV109.64112.41191.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.57%
GREEN value IS 70 (27.73% from 255) = 20%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=56.57%
G=20%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198708200.650.590.22354.3852.8952.55
HexC646520413B161623535
Octal306106122010173265426565
Binary11000110100011010100100100000111101110110101100010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64652; }

 p { color: rgb(198,70,82); }

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

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

 a { background-color: rgb(198,70,82); }

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

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

 span { border-color: rgb(198,70,82); }

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