Html Css Color HEX #C75461 Mandy

📋 copy color: '#C75461'

red 199 ◦ green 84 ◦ blue 97

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

Shades of Mandy #C75461

Tints of Mandy #C75461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.11%

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

R = 52.37%
G = 22.11%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C75461 (or 0xC75461) is known color: Mandy. HEX triplet: C7, 54 and 61. RGB value is (199,84,97). Sum of RGB (Red+Green+Blue) = 199+84+97=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C75461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75461 is #38AB9E. Grayscale: #777777. Windows color (decimal): -3713951 or 6378695. OLE color: 6378695.

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

Color convert

RGB 199 84 97 -
CMYK 0 0.58 0.51 0.22
HSL 353.22º 0.51% 0.55% -
HSV(B) 353.22º 0.58% 0.78% -
XYZ 28.88 19.35 13.52 -
YUV 119.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 199 84 97 0 0.58 0.51 0.22 353.22 0.51 0.55
Hex C7 54 61 0 3A 33 16 161 33 37
Octal 307 124 141 0 72 63 26 541 63 67
Binary 11000111 1010100 1100001 0 111010 110011 10110 101100001 110011 110111

Color Harmonies of #C75461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75461

Black with #C75461

Text Example


Text Example

White with #C75461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75461; }

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

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

background-color css

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

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

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

border-color css

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

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

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