Html Css Color HEX #C65964 Mandy

📋 copy color: '#C65964'

red 198 ◦ green 89 ◦ blue 100

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

Shades of Mandy #C65964

Tints of Mandy #C65964

RGB

 RED value IS 198 (77.73% from 255) = 51.16%

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

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

R = 51.16%
G = 23%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C65964 (or 0xC65964) is known color: Mandy. HEX triplet: C6, 59 and 64. RGB value is (198,89,100). Sum of RGB (Red+Green+Blue) = 198+89+100=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C65964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65964 is #39A69B. Grayscale: #7A7A7A. Windows color (decimal): -3778204 or 6576582. OLE color: 6576582.

HSL color Cylindrical-coordinate representation of color #C65964: hue angle of 353.94º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65964 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 89 100 -
CMYK 0 0.55 0.49 0.22
HSL 353.94º 0.49% 0.56% -
HSV(B) 353.94º 0.55% 0.78% -
XYZ 29.16 20.07 14.39 -
YUV 122.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 198 89 100 0 0.55 0.49 0.22 353.94 0.49 0.56
Hex C6 59 64 0 37 31 16 162 31 38
Octal 306 131 144 0 67 61 26 542 61 70
Binary 11000110 1011001 1100100 0 110111 110001 10110 101100010 110001 111000

Color Harmonies of #C65964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65964

Black with #C65964

Text Example


Text Example

White with #C65964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65964; }

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

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

background-color css

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

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

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

border-color css

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

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

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