Html Css Color HEX #C65564 Mandy

📋 copy color: '#C65564'

red 198 ◦ green 85 ◦ blue 100

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

Shades of Mandy #C65564

Tints of Mandy #C65564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

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

R = 51.7%
G = 22.19%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C65564 (or 0xC65564) is known color: Mandy. HEX triplet: C6, 55 and 64. RGB value is (198,85,100). Sum of RGB (Red+Green+Blue) = 198+85+100=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C65564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65564 is #39AA9B. Grayscale: #787878. Windows color (decimal): -3779228 or 6575558. OLE color: 6575558.

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

Color convert

RGB 198 85 100 -
CMYK 0 0.57 0.49 0.22
HSL 352.04º 0.5% 0.55% -
HSV(B) 352.04º 0.57% 0.78% -
XYZ 28.84 19.42 14.29 -
YUV 120.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 198 85 100 0 0.57 0.49 0.22 352.04 0.5 0.55
Hex C6 55 64 0 39 31 16 160 32 37
Octal 306 125 144 0 71 61 26 540 62 67
Binary 11000110 1010101 1100100 0 111001 110001 10110 101100000 110010 110111

Color Harmonies of #C65564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65564

Black with #C65564

Text Example


Text Example

White with #C65564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65564; }

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

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

background-color css

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

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

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

border-color css

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

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

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