Html Css Color HEX #C75D61 Mandy

📋 copy color: '#C75D61'

red 199 ◦ green 93 ◦ blue 97

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

Shades of Mandy #C75D61

Tints of Mandy #C75D61

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.91%

 BLUE value IS 97 (38.28% from 255) = 24.94%

R = 51.16%
G = 23.91%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C75D61 (or 0xC75D61) is known color: Mandy. HEX triplet: C7, 5D and 61. RGB value is (199,93,97). Sum of RGB (Red+Green+Blue) = 199+93+97=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D61 is #38A29E. Grayscale: #7D7D7D. Windows color (decimal): -3711647 or 6380999. OLE color: 6380999.

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

Color convert

RGB 199 93 97 -
CMYK 0 0.53 0.51 0.22
HSL 357.74º 0.49% 0.57% -
HSV(B) 357.74º 0.53% 0.78% -
XYZ 29.63 20.83 13.77 -
YUV 125.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 199 93 97 0 0.53 0.51 0.22 357.74 0.49 0.57
Hex C7 5D 61 0 35 33 16 166 31 39
Octal 307 135 141 0 65 63 26 546 61 71
Binary 11000111 1011101 1100001 0 110101 110011 10110 101100110 110001 111001

Color Harmonies of #C75D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D61

Black with #C75D61

Text Example


Text Example

White with #C75D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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