#C65054

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

Shades of Mandy #C65054

Tints of Mandy #C65054

Color information

#C65054 (or 0xC65054) is unknown color: approx Mandy. HEX triplet: C6, 50 and 54. RGB value is (198,80,84). Sum of RGB (Red+Green+Blue) = 198+80+84=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C65054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65054 is #39AFAB. Grayscale: #737373. Windows color (decimal): -3780524 or 5525702. OLE color: 5525702.

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

Color convert

RGB1988084-
CMYK00.600.580.22
HSL357.97º50.86%54.51%-
HSV(B)357.97º59.6%77.65%-
XYZ27.7618.3810.47-
YUV115.74110.09186.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.70%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 84 (33.20% from 255) = 23.20%
R=54.70%
G=22.10%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198808400.600.580.22357.9750.8654.51
HexC6505403C3A161663337
Octal30612012407472265466367
Binary1100011010100001010100011110011101010110101100110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65054; }

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

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

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

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

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

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

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

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