Html Css Color HEX #C05A61 Mandy

📋 copy color: '#C05A61'

red 192 ◦ green 90 ◦ blue 97

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

Shades of Mandy #C05A61

Tints of Mandy #C05A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

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

R = 50.66%
G = 23.75%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C05A61 (or 0xC05A61) is known color: Mandy. HEX triplet: C0, 5A and 61. RGB value is (192,90,97). Sum of RGB (Red+Green+Blue) = 192+90+97=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A61 is #3FA59E. Grayscale: #797979. Windows color (decimal): -4171167 or 6380224. OLE color: 6380224.

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

Color convert

RGB 192 90 97 -
CMYK 0 0.53 0.49 0.25
HSL 355.88º 0.45% 0.55% -
HSV(B) 355.88º 0.53% 0.75% -
XYZ 27.55 19.38 13.6 -
YUV 121.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 192 90 97 0 0.53 0.49 0.25 355.88 0.45 0.55
Hex C0 5A 61 0 35 31 19 164 2D 37
Octal 300 132 141 0 65 61 31 544 55 67
Binary 11000000 1011010 1100001 0 110101 110001 11001 101100100 101101 110111

Color Harmonies of #C05A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A61

Black with #C05A61

Text Example


Text Example

White with #C05A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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