Html Css Color HEX #C05560 Mandy

📋 copy color: '#C05560'

red 192 ◦ green 85 ◦ blue 96

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

Shades of Mandy #C05560

Tints of Mandy #C05560

RGB

 RED value IS 192 (75.39% from 255) = 51.47%

 GREEN value IS 85 (33.59% from 255) = 22.79%

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

R = 51.47%
G = 22.79%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C05560 (or 0xC05560) is known color: Mandy. HEX triplet: C0, 55 and 60. RGB value is (192,85,96). Sum of RGB (Red+Green+Blue) = 192+85+96=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C05560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05560 is #3FAA9F. Grayscale: #767676. Windows color (decimal): -4172448 or 6313408. OLE color: 6313408.

HSL color Cylindrical-coordinate representation of color #C05560: hue angle of 353.83º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05560 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 96 -
CMYK 0 0.56 0.50 0.25
HSL 353.83º 0.46% 0.54% -
HSV(B) 353.83º 0.56% 0.75% -
XYZ 27.1 18.55 13.22 -
YUV 118.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 192 85 96 0 0.56 0.50 0.25 353.83 0.46 0.54
Hex C0 55 60 0 38 32 19 162 2E 36
Octal 300 125 140 0 70 62 31 542 56 66
Binary 11000000 1010101 1100000 0 111000 110010 11001 101100010 101110 110110

Color Harmonies of #C05560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05560

Black with #C05560

Text Example


Text Example

White with #C05560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05560; }

 p { color: rgb(192,85,96); }

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

background-color css

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

 a { background-color: rgb(192,85,96); }

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

border-color css

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

 span { border-color: rgb(192,85,96); }

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