Html Css Color HEX #C7495B Mandy

📋 copy color: '#C7495B'

red 199 ◦ green 73 ◦ blue 91

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

Shades of Mandy #C7495B

Tints of Mandy #C7495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 54.82%
G = 20.11%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7495B (or 0xC7495B) is known color: Mandy. HEX triplet: C7, 49 and 5B. RGB value is (199,73,91). Sum of RGB (Red+Green+Blue) = 199+73+91=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7495B is #38B6A4. Grayscale: #707070. Windows color (decimal): -3716773 or 5982663. OLE color: 5982663.

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

Color convert

RGB 199 73 91 -
CMYK 0 0.63 0.54 0.22
HSL 351.43º 0.53% 0.53% -
HSV(B) 351.43º 0.63% 0.78% -
XYZ 27.82 17.66 11.84 -
YUV 112.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 199 73 91 0 0.63 0.54 0.22 351.43 0.53 0.53
Hex C7 49 5B 0 3F 36 16 15F 35 35
Octal 307 111 133 0 77 66 26 537 65 65
Binary 11000111 1001001 1011011 0 111111 110110 10110 101011111 110101 110101

Color Harmonies of #C7495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7495B

Black with #C7495B

Text Example


Text Example

White with #C7495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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