Html Css Color HEX #C75361 Mandy

📋 copy color: '#C75361'

red 199 ◦ green 83 ◦ blue 97

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

Shades of Mandy #C75361

Tints of Mandy #C75361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.9%

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

R = 52.51%
G = 21.9%
B = 25.59%

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

#C75361 (or 0xC75361) is known color: Mandy. HEX triplet: C7, 53 and 61. RGB value is (199,83,97). Sum of RGB (Red+Green+Blue) = 199+83+97=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C75361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75361 is #38AC9E. Grayscale: #777777. Windows color (decimal): -3714207 or 6378439. OLE color: 6378439.

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

Color convert

RGB 199 83 97 -
CMYK 0 0.58 0.51 0.22
HSL 352.76º 0.51% 0.55% -
HSV(B) 352.76º 0.58% 0.78% -
XYZ 28.8 19.19 13.5 -
YUV 119.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 199 83 97 0 0.58 0.51 0.22 352.76 0.51 0.55
Hex C7 53 61 0 3A 33 16 161 33 37
Octal 307 123 141 0 72 63 26 541 63 67
Binary 11000111 1010011 1100001 0 111010 110011 10110 101100001 110011 110111

Color Harmonies of #C75361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75361

Black with #C75361

Text Example


Text Example

White with #C75361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75361; }

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

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

background-color css

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

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

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

border-color css

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

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

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