Html Css Color HEX #C75761 Mandy

📋 copy color: '#C75761'

red 199 ◦ green 87 ◦ blue 97

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

Shades of Mandy #C75761

Tints of Mandy #C75761

RGB

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

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

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

R = 51.96%
G = 22.72%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C75761 (or 0xC75761) is known color: Mandy. HEX triplet: C7, 57 and 61. RGB value is (199,87,97). Sum of RGB (Red+Green+Blue) = 199+87+97=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C75761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75761 is #38A89E. Grayscale: #797979. Windows color (decimal): -3713183 or 6379463. OLE color: 6379463.

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

Color convert

RGB 199 87 97 -
CMYK 0 0.56 0.51 0.22
HSL 354.64º 0.5% 0.56% -
HSV(B) 354.64º 0.56% 0.78% -
XYZ 29.12 19.82 13.6 -
YUV 121.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 199 87 97 0 0.56 0.51 0.22 354.64 0.5 0.56
Hex C7 57 61 0 38 33 16 163 32 38
Octal 307 127 141 0 70 63 26 543 62 70
Binary 11000111 1010111 1100001 0 111000 110011 10110 101100011 110010 111000

Color Harmonies of #C75761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75761

Black with #C75761

Text Example


Text Example

White with #C75761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75761; }

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

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

background-color css

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

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

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

border-color css

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

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

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