#C64B5F

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

Shades of Mandy #C64B5F

Tints of Mandy #C64B5F

Color information

#C64B5F (or 0xC64B5F) is unknown color: approx Mandy. HEX triplet: C6, 4B and 5F. RGB value is (198,75,95). Sum of RGB (Red+Green+Blue) = 198+75+95=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B5F is #39B4A0. Grayscale: #727272. Windows color (decimal): -3781793 or 6245318. OLE color: 6245318.

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

Color convert

RGB1987595-
CMYK00.620.520.22
HSL350.24º51.9%53.53%-
HSV(B)350.24º62.12%77.65%-
XYZ27.8717.8612.81-
YUV114.06117.25187.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.80%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=53.80%
G=20.38%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198759500.620.520.22350.2451.953.53
HexC64B5F03E341615e3436
Octal30611313707664265366466
Binary1100011010010111011111011111011010010110101011110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B5F; }

 p { color: rgb(198,75,95); }

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

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

 a { background-color: rgb(198,75,95); }

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

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

 span { border-color: rgb(198,75,95); }

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