#C6505A

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

Shades of Mandy #C6505A

Tints of Mandy #C6505A

Color information

#C6505A (or 0xC6505A) is unknown color: approx Mandy. HEX triplet: C6, 50 and 5A. RGB value is (198,80,90). Sum of RGB (Red+Green+Blue) = 198+80+90=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C6505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6505A is #39AFA5. Grayscale: #747474. Windows color (decimal): -3780518 or 5918918. OLE color: 5918918.

HSL color Cylindrical-coordinate representation of color #C6505A: hue angle of 354.92º 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 #C6505A is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB1988090-
CMYK00.600.550.22
HSL354.92º50.86%54.51%-
HSV(B)354.92º59.6%77.65%-
XYZ2818.4811.76-
YUV116.42113.09186.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.80%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=53.80%
G=21.74%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198809000.600.550.22354.9250.8654.51
HexC6505A03C37161633337
Octal30612013207467265436367
Binary1100011010100001011010011110011011110110101100011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6505A; }

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

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

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

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

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

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

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

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