Html Css Color HEX #C75460 Mandy

📋 copy color: '#C75460'

red 199 ◦ green 84 ◦ blue 96

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

Shades of Mandy #C75460

Tints of Mandy #C75460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.33%

R = 52.51%
G = 22.16%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C75460 (or 0xC75460) is known color: Mandy. HEX triplet: C7, 54 and 60. RGB value is (199,84,96). Sum of RGB (Red+Green+Blue) = 199+84+96=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C75460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75460 is #38AB9F. Grayscale: #777777. Windows color (decimal): -3713952 or 6313159. OLE color: 6313159.

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

Color convert

RGB 199 84 96 -
CMYK 0 0.58 0.52 0.22
HSL 353.74º 0.51% 0.55% -
HSV(B) 353.74º 0.58% 0.78% -
XYZ 28.83 19.33 13.28 -
YUV 119.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 199 84 96 0 0.58 0.52 0.22 353.74 0.51 0.55
Hex C7 54 60 0 3A 34 16 162 33 37
Octal 307 124 140 0 72 64 26 542 63 67
Binary 11000111 1010100 1100000 0 111010 110100 10110 101100010 110011 110111

Color Harmonies of #C75460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75460

Black with #C75460

Text Example


Text Example

White with #C75460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75460; }

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

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

background-color css

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

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

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

border-color css

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

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

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