Html Css Color HEX #C05561 Mandy

📋 copy color: '#C05561'

red 192 ◦ green 85 ◦ blue 97

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

Shades of Mandy #C05561

Tints of Mandy #C05561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.94%

R = 51.34%
G = 22.73%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C05561 (or 0xC05561) is known color: Mandy. HEX triplet: C0, 55 and 61. RGB value is (192,85,97). Sum of RGB (Red+Green+Blue) = 192+85+97=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C05561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05561 is #3FAA9E. Grayscale: #767676. Windows color (decimal): -4172447 or 6378944. OLE color: 6378944.

HSL color Cylindrical-coordinate representation of color #C05561: hue angle of 353.27º 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 #C05561 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 97 -
CMYK 0 0.56 0.49 0.25
HSL 353.27º 0.46% 0.54% -
HSV(B) 353.27º 0.56% 0.75% -
XYZ 27.14 18.57 13.46 -
YUV 118.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 192 85 97 0 0.56 0.49 0.25 353.27 0.46 0.54
Hex C0 55 61 0 38 31 19 161 2E 36
Octal 300 125 141 0 70 61 31 541 56 66
Binary 11000000 1010101 1100001 0 111000 110001 11001 101100001 101110 110110

Color Harmonies of #C05561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05561

Black with #C05561

Text Example


Text Example

White with #C05561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05561; }

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

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

background-color css

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

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

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

border-color css

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

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

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