Html Css Color HEX #C05964 Mandy

📋 copy color: '#C05964'

red 192 ◦ green 89 ◦ blue 100

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

Shades of Mandy #C05964

Tints of Mandy #C05964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.25%

R = 50.39%
G = 23.36%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C05964 (or 0xC05964) is known color: Mandy. HEX triplet: C0, 59 and 64. RGB value is (192,89,100). Sum of RGB (Red+Green+Blue) = 192+89+100=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C05964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05964 is #3FA69B. Grayscale: #797979. Windows color (decimal): -4171420 or 6576576. OLE color: 6576576.

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

Color convert

RGB 192 89 100 -
CMYK 0 0.54 0.48 0.25
HSL 353.59º 0.45% 0.55% -
HSV(B) 353.59º 0.54% 0.75% -
XYZ 27.61 19.27 14.32 -
YUV 121.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 192 89 100 0 0.54 0.48 0.25 353.59 0.45 0.55
Hex C0 59 64 0 36 30 19 162 2D 37
Octal 300 131 144 0 66 60 31 542 55 67
Binary 11000000 1011001 1100100 0 110110 110000 11001 101100010 101101 110111

Color Harmonies of #C05964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05964

Black with #C05964

Text Example


Text Example

White with #C05964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05964; }

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

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

background-color css

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

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

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

border-color css

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

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

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