Html Css Color HEX #C7464D Mandy

📋 copy color: '#C7464D'

red 199 ◦ green 70 ◦ blue 77

#C7464D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #C7464D

Tints of Mandy #C7464D

RGB

 RED value IS 199 (78.13% from 255) = 57.51%

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 57.51%
G = 20.23%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7464D (or 0xC7464D) is known color: Mandy. HEX triplet: C7, 46 and 4D. RGB value is (199,70,77). Sum of RGB (Red+Green+Blue) = 199+70+77=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7464D is #38B9B2. Grayscale: #6D6D6D. Windows color (decimal): -3717555 or 5064391. OLE color: 5064391.

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

Color convert

RGB 199 70 77 -
CMYK 0 0.65 0.61 0.22
HSL 356.74º 0.54% 0.53% -
HSV(B) 356.74º 0.65% 0.78% -
XYZ 27.08 17.06 8.89 -
YUV 109.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 199 70 77 0 0.65 0.61 0.22 356.74 0.54 0.53
Hex C7 46 4D 0 41 3D 16 165 36 35
Octal 307 106 115 0 101 75 26 545 66 65
Binary 11000111 1000110 1001101 0 1000001 111101 10110 101100101 110110 110101

Color Harmonies of #C7464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7464D

Black with #C7464D

Text Example


Text Example

White with #C7464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7464D; }

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

 H1.HeaderClassName
 {
   color: #C7464D;
 }
 .AnyTagClassName
 {
   color: #C7464D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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