Html Css Color HEX #C7575D Mandy

📋 copy color: '#C7575D'

red 199 ◦ green 87 ◦ blue 93

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

Shades of Mandy #C7575D

Tints of Mandy #C7575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.96%

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

R = 52.51%
G = 22.96%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7575D (or 0xC7575D) is known color: Mandy. HEX triplet: C7, 57 and 5D. RGB value is (199,87,93). Sum of RGB (Red+Green+Blue) = 199+87+93=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7575D is #38A8A2. Grayscale: #797979. Windows color (decimal): -3713187 or 6117319. OLE color: 6117319.

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

Color convert

RGB 199 87 93 -
CMYK 0 0.56 0.53 0.22
HSL 356.79º 0.5% 0.56% -
HSV(B) 356.79º 0.56% 0.78% -
XYZ 28.94 19.75 12.64 -
YUV 121.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 199 87 93 0 0.56 0.53 0.22 356.79 0.5 0.56
Hex C7 57 5D 0 38 35 16 165 32 38
Octal 307 127 135 0 70 65 26 545 62 70
Binary 11000111 1010111 1011101 0 111000 110101 10110 101100101 110010 111000

Color Harmonies of #C7575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7575D

Black with #C7575D

Text Example


Text Example

White with #C7575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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