#C7505A

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

Shades of Mandy #C7505A

Tints of Mandy #C7505A

Color information

#C7505A (or 0xC7505A) is unknown color: approx Mandy. HEX triplet: C7, 50 and 5A. RGB value is (199,80,90). Sum of RGB (Red+Green+Blue) = 199+80+90=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C7505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7505A is #38AFA5. Grayscale: #747474. Windows color (decimal): -3714982 or 5918919. OLE color: 5918919.

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

Color convert

RGB1998090-
CMYK00.600.550.22
HSL354.96º51.52%54.71%-
HSV(B)354.96º59.8%78.04%-
XYZ28.2718.6211.78-
YUV116.72112.92186.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.93%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=53.93%
G=21.68%
B=24.39%

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
Decimal199809000.600.550.22354.9651.5254.71
HexC7505A03C37161633437
Octal30712013207467265436467
Binary1100011110100001011010011110011011110110101100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7505A; }

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

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

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

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

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

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

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

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