Html Css Color HEX #C05A63 Mandy

📋 copy color: '#C05A63'

red 192 ◦ green 90 ◦ blue 99

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

Shades of Mandy #C05A63

Tints of Mandy #C05A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.98%

R = 50.39%
G = 23.62%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C05A63 (or 0xC05A63) is known color: Mandy. HEX triplet: C0, 5A and 63. RGB value is (192,90,99). Sum of RGB (Red+Green+Blue) = 192+90+99=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A63 is #3FA59C. Grayscale: #797979. Windows color (decimal): -4171165 or 6511296. OLE color: 6511296.

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

Color convert

RGB 192 90 99 -
CMYK 0 0.53 0.48 0.25
HSL 354.71º 0.45% 0.55% -
HSV(B) 354.71º 0.53% 0.75% -
XYZ 27.65 19.42 14.1 -
YUV 121.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 192 90 99 0 0.53 0.48 0.25 354.71 0.45 0.55
Hex C0 5A 63 0 35 30 19 163 2D 37
Octal 300 132 143 0 65 60 31 543 55 67
Binary 11000000 1011010 1100011 0 110101 110000 11001 101100011 101101 110111

Color Harmonies of #C05A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A63

Black with #C05A63

Text Example


Text Example

White with #C05A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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