Html Css Color HEX #C75455 Mandy

📋 copy color: '#C75455'

red 199 ◦ green 84 ◦ blue 85

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

Shades of Mandy #C75455

Tints of Mandy #C75455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 54.08%
G = 22.83%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C75455 (or 0xC75455) is known color: Mandy. HEX triplet: C7, 54 and 55. RGB value is (199,84,85). Sum of RGB (Red+Green+Blue) = 199+84+85=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C75455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75455 is #38ABAA. Grayscale: #767676. Windows color (decimal): -3713963 or 5592263. OLE color: 5592263.

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

Color convert

RGB 199 84 85 -
CMYK 0 0.58 0.57 0.22
HSL 359.48º 0.51% 0.55% -
HSV(B) 359.48º 0.58% 0.78% -
XYZ 28.36 19.14 10.79 -
YUV 118.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 199 84 85 0 0.58 0.57 0.22 359.48 0.51 0.55
Hex C7 54 55 0 3A 39 16 167 33 37
Octal 307 124 125 0 72 71 26 547 63 67
Binary 11000111 1010100 1010101 0 111010 111001 10110 101100111 110011 110111

Color Harmonies of #C75455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75455

Black with #C75455

Text Example


Text Example

White with #C75455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75455; }

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

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

background-color css

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

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

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

border-color css

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

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

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