#c45a65

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

Shades of Mandy #C45A65

Tints of Mandy #C45A65

Color information

#C45A65 (or 0xC45A65) is unknown color: approx Mandy. HEX triplet: C4, 5A and 65. RGB value is (196,90,101). Sum of RGB (Red+Green+Blue) = 196+90+101=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A65 is #3BA59A. Grayscale: #7B7B7B. Windows color (decimal): -3909019 or 6642372. OLE color: 6642372.

HSL color Cylindrical-coordinate representation of color #C45A65: hue angle of 353.77º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45A65 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB19690101-
CMYK00.540.480.23
HSL353.77º47.32%56.08%-
HSV(B)353.77º54.08%76.86%-
XYZ28.7719.9914.65-
YUV122.95115.62180.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 90 (35.55% from 255) = 23.26%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=50.65%
G=23.26%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969010100.540.480.23353.7747.3256.08
HexC45A6503630171622f38
Octal30413214506660275425770
Binary1100010010110101100101011011011000010111101100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45a65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45a65; }

 p { color: rgb(196,90,101); }

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

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

 a { background-color: rgb(196,90,101); }

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

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

 span { border-color: rgb(196,90,101); }

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