Html Css Color HEX #C64A60 Mandy

📋 copy color: '#C64A60'

red 198 ◦ green 74 ◦ blue 96

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

Shades of Mandy #C64A60

Tints of Mandy #C64A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.11%

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

R = 53.8%
G = 20.11%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C64A60 (or 0xC64A60) is known color: Mandy. HEX triplet: C6, 4A and 60. RGB value is (198,74,96). Sum of RGB (Red+Green+Blue) = 198+74+96=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A60 is #39B59F. Grayscale: #717171. Windows color (decimal): -3782048 or 6310598. OLE color: 6310598.

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

Color convert

RGB 198 74 96 -
CMYK 0 0.63 0.52 0.22
HSL 349.35º 0.52% 0.53% -
HSV(B) 349.35º 0.63% 0.78% -
XYZ 27.85 17.75 13.02 -
YUV 113.58 118.08 188.21 -
System Red Green Blue C M Y K H S L
Decimal 198 74 96 0 0.63 0.52 0.22 349.35 0.52 0.53
Hex C6 4A 60 0 3F 34 16 15D 34 35
Octal 306 112 140 0 77 64 26 535 64 65
Binary 11000110 1001010 1100000 0 111111 110100 10110 101011101 110100 110101

Color Harmonies of #C64A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A60

Black with #C64A60

Text Example


Text Example

White with #C64A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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