Html Css Color HEX #C65660 Mandy

📋 copy color: '#C65660'

red 198 ◦ green 86 ◦ blue 96

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

Shades of Mandy #C65660

Tints of Mandy #C65660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.63%

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 52.11%
G = 22.63%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C65660 (or 0xC65660) is known color: Mandy. HEX triplet: C6, 56 and 60. RGB value is (198,86,96). Sum of RGB (Red+Green+Blue) = 198+86+96=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C65660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65660 is #39A99F. Grayscale: #787878. Windows color (decimal): -3778976 or 6313670. OLE color: 6313670.

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

Color convert

RGB 198 86 96 -
CMYK 0 0.57 0.52 0.22
HSL 354.64º 0.5% 0.56% -
HSV(B) 354.64º 0.57% 0.78% -
XYZ 28.73 19.51 13.32 -
YUV 120.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 198 86 96 0 0.57 0.52 0.22 354.64 0.5 0.56
Hex C6 56 60 0 39 34 16 163 32 38
Octal 306 126 140 0 71 64 26 543 62 70
Binary 11000110 1010110 1100000 0 111001 110100 10110 101100011 110010 111000

Color Harmonies of #C65660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65660

Black with #C65660

Text Example


Text Example

White with #C65660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65660; }

 p { color: rgb(198,86,96); }

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

background-color css

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

 a { background-color: rgb(198,86,96); }

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

border-color css

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

 span { border-color: rgb(198,86,96); }

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