Html Css Color HEX #C7465E Mandy

📋 copy color: '#C7465E'

red 199 ◦ green 70 ◦ blue 94

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

Shades of Mandy #C7465E

Tints of Mandy #C7465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.9%

R = 54.82%
G = 19.28%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7465E (or 0xC7465E) is known color: Mandy. HEX triplet: C7, 46 and 5E. RGB value is (199,70,94). Sum of RGB (Red+Green+Blue) = 199+70+94=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7465E is #38B9A1. Grayscale: #6F6F6F. Windows color (decimal): -3717538 or 6178503. OLE color: 6178503.

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

Color convert

RGB 199 70 94 -
CMYK 0 0.65 0.53 0.22
HSL 348.84º 0.54% 0.53% -
HSV(B) 348.84º 0.65% 0.78% -
XYZ 27.76 17.33 12.47 -
YUV 111.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 199 70 94 0 0.65 0.53 0.22 348.84 0.54 0.53
Hex C7 46 5E 0 41 35 16 15D 36 35
Octal 307 106 136 0 101 65 26 535 66 65
Binary 11000111 1000110 1011110 0 1000001 110101 10110 101011101 110110 110101

Color Harmonies of #C7465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7465E

Black with #C7465E

Text Example


Text Example

White with #C7465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7465E; }

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

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

background-color css

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

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

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

border-color css

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

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

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