#C2565A

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

Shades of Mandy #C2565A

Tints of Mandy #C2565A

Color information

#C2565A (or 0xC2565A) is unknown color: approx Mandy. HEX triplet: C2, 56 and 5A. RGB value is (194,86,90). Sum of RGB (Red+Green+Blue) = 194+86+90=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2565A is #3DA9A5. Grayscale: #767676. Windows color (decimal): -4041126 or 5920450. OLE color: 5920450.

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

Color convert

RGB1948690-
CMYK00.560.540.24
HSL357.78º46.96%54.9%-
HSV(B)357.78º55.67%76.08%-
XYZ27.4218.8611.87-
YUV118.75111.78181.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.43%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=52.43%
G=23.24%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194869000.560.540.24357.7846.9654.9
HexC2565A03836181662f37
Octal30212613207066305465767
Binary1100001010101101011010011100011011011000101100110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2565A; }

 p { color: rgb(194,86,90); }

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

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

 a { background-color: rgb(194,86,90); }

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

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

 span { border-color: rgb(194,86,90); }

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