#C7465A

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

Shades of Mandy #C7465A

Tints of Mandy #C7465A

Color information

#C7465A (or 0xC7465A) is unknown color: approx Mandy. HEX triplet: C7, 46 and 5A. RGB value is (199,70,90). Sum of RGB (Red+Green+Blue) = 199+70+90=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7465A is #38B9A5. Grayscale: #6E6E6E. Windows color (decimal): -3717542 or 5916359. OLE color: 5916359.

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

Color convert

RGB1997090-
CMYK00.650.550.22
HSL350.7º53.53%52.75%-
HSV(B)350.7º64.82%78.04%-
XYZ27.5917.2611.55-
YUV110.85116.24190.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.43%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=55.43%
G=19.50%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199709000.650.550.22350.753.5352.75
HexC7465A041371615f3635
Octal307106132010167265376665
Binary11000111100011010110100100000111011110110101011111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7465A; }

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

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

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

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

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

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

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

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