Html Css Color HEX #C75060 Mandy

📋 copy color: '#C75060'

red 199 ◦ green 80 ◦ blue 96

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

Shades of Mandy #C75060

Tints of Mandy #C75060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.33%

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

R = 53.07%
G = 21.33%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C75060 (or 0xC75060) is known color: Mandy. HEX triplet: C7, 50 and 60. RGB value is (199,80,96). Sum of RGB (Red+Green+Blue) = 199+80+96=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C75060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75060 is #38AF9F. Grayscale: #757575. Windows color (decimal): -3714976 or 6312135. OLE color: 6312135.

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

Color convert

RGB 199 80 96 -
CMYK 0 0.60 0.52 0.22
HSL 351.93º 0.52% 0.55% -
HSV(B) 351.93º 0.6% 0.78% -
XYZ 28.53 18.72 13.18 -
YUV 117.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 199 80 96 0 0.60 0.52 0.22 351.93 0.52 0.55
Hex C7 50 60 0 3C 34 16 160 34 37
Octal 307 120 140 0 74 64 26 540 64 67
Binary 11000111 1010000 1100000 0 111100 110100 10110 101100000 110100 110111

Color Harmonies of #C75060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75060

Black with #C75060

Text Example


Text Example

White with #C75060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75060; }

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

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

background-color css

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

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

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

border-color css

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

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

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