Html Css Color HEX #C05961 Mandy

📋 copy color: '#C05961'

red 192 ◦ green 89 ◦ blue 97

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

Shades of Mandy #C05961

Tints of Mandy #C05961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 50.79%
G = 23.54%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C05961 (or 0xC05961) is known color: Mandy. HEX triplet: C0, 59 and 61. RGB value is (192,89,97). Sum of RGB (Red+Green+Blue) = 192+89+97=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C05961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05961 is #3FA69E. Grayscale: #787878. Windows color (decimal): -4171423 or 6379968. OLE color: 6379968.

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

Color convert

RGB 192 89 97 -
CMYK 0 0.54 0.49 0.25
HSL 355.34º 0.45% 0.55% -
HSV(B) 355.34º 0.54% 0.75% -
XYZ 27.47 19.21 13.57 -
YUV 120.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 192 89 97 0 0.54 0.49 0.25 355.34 0.45 0.55
Hex C0 59 61 0 36 31 19 163 2D 37
Octal 300 131 141 0 66 61 31 543 55 67
Binary 11000000 1011001 1100001 0 110110 110001 11001 101100011 101101 110111

Color Harmonies of #C05961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05961

Black with #C05961

Text Example


Text Example

White with #C05961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05961; }

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

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

background-color css

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

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

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

border-color css

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

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

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