#C7464B

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

Shades of Mandy #C7464B

Tints of Mandy #C7464B

Color information

#C7464B (or 0xC7464B) is unknown color: approx Mandy. HEX triplet: C7, 46 and 4B. RGB value is (199,70,75). Sum of RGB (Red+Green+Blue) = 199+70+75=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7464B is #38B9B4. Grayscale: #6D6D6D. Windows color (decimal): -3717557 or 4933319. OLE color: 4933319.

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

Color convert

RGB1997075-
CMYK00.650.620.22
HSL357.67º53.53%52.75%-
HSV(B)357.67º64.82%78.04%-
XYZ27.0117.038.52-
YUV109.14108.74192.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.85%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=57.85%
G=20.35%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199707500.650.620.22357.6753.5352.75
HexC7464B0413E161663635
Octal307106113010176265466665
Binary11000111100011010010110100000111111010110101100110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7464B; }

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

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

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

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

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

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

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

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