Html Css Color HEX #C05660 Mandy

📋 copy color: '#C05660'

red 192 ◦ green 86 ◦ blue 96

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

Shades of Mandy #C05660

Tints of Mandy #C05660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.99%

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

R = 51.34%
G = 22.99%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C05660 (or 0xC05660) is known color: Mandy. HEX triplet: C0, 56 and 60. RGB value is (192,86,96). Sum of RGB (Red+Green+Blue) = 192+86+96=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C05660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05660 is #3FA99F. Grayscale: #767676. Windows color (decimal): -4172192 or 6313664. OLE color: 6313664.

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

Color convert

RGB 192 86 96 -
CMYK 0 0.55 0.50 0.25
HSL 354.34º 0.46% 0.55% -
HSV(B) 354.34º 0.55% 0.75% -
XYZ 27.18 18.71 13.24 -
YUV 118.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 192 86 96 0 0.55 0.50 0.25 354.34 0.46 0.55
Hex C0 56 60 0 37 32 19 162 2E 37
Octal 300 126 140 0 67 62 31 542 56 67
Binary 11000000 1010110 1100000 0 110111 110010 11001 101100010 101110 110111

Color Harmonies of #C05660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05660

Black with #C05660

Text Example


Text Example

White with #C05660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05660; }

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

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

background-color css

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

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

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

border-color css

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

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

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