Html Css Color HEX #C7495D Mandy

📋 copy color: '#C7495D'

red 199 ◦ green 73 ◦ blue 93

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

Shades of Mandy #C7495D

Tints of Mandy #C7495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 54.52%
G = 20%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7495D (or 0xC7495D) is known color: Mandy. HEX triplet: C7, 49 and 5D. RGB value is (199,73,93). Sum of RGB (Red+Green+Blue) = 199+73+93=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7495D is #38B6A2. Grayscale: #717171. Windows color (decimal): -3716771 or 6113735. OLE color: 6113735.

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

Color convert

RGB 199 73 93 -
CMYK 0 0.63 0.53 0.22
HSL 350.48º 0.53% 0.53% -
HSV(B) 350.48º 0.63% 0.78% -
XYZ 27.91 17.7 12.3 -
YUV 112.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 199 73 93 0 0.63 0.53 0.22 350.48 0.53 0.53
Hex C7 49 5D 0 3F 35 16 15E 35 35
Octal 307 111 135 0 77 65 26 536 65 65
Binary 11000111 1001001 1011101 0 111111 110101 10110 101011110 110101 110101

Color Harmonies of #C7495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7495D

Black with #C7495D

Text Example


Text Example

White with #C7495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7495D; }

 p { color: rgb(199,73,93); }

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

background-color css

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

 a { background-color: rgb(199,73,93); }

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

border-color css

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

 span { border-color: rgb(199,73,93); }

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