#C65455

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

Shades of Mandy #C65455

Tints of Mandy #C65455

Color information

#C65455 (or 0xC65455) is unknown color: approx Mandy. HEX triplet: C6, 54 and 55. RGB value is (198,84,85). Sum of RGB (Red+Green+Blue) = 198+84+85=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C65455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65455 is #39ABAA. Grayscale: #767676. Windows color (decimal): -3779499 or 5592262. OLE color: 5592262.

HSL color Cylindrical-coordinate representation of color #C65455: hue angle of 359.47º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65455 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB1988485-
CMYK00.580.570.22
HSL359.47º50%55.29%-
HSV(B)359.47º57.58%77.65%-
XYZ28.11910.78-
YUV118.2109.27184.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.95%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=53.95%
G=22.89%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198848500.580.570.22359.475055.29
HexC6545503A39161673237
Octal30612412507271265476267
Binary1100011010101001010101011101011100110110101100111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65455; }

 p { color: rgb(198,84,85); }

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

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

 a { background-color: rgb(198,84,85); }

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

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

 span { border-color: rgb(198,84,85); }

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