Html Css Color HEX #C64656 Mandy

📋 copy color: '#C64656'

red 198 ◦ green 70 ◦ blue 86

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

Shades of Mandy #C64656

Tints of Mandy #C64656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.77%

 BLUE value IS 86 (33.98% from 255) = 24.29%

R = 55.93%
G = 19.77%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C64656 (or 0xC64656) is known color: Mandy. HEX triplet: C6, 46 and 56. RGB value is (198,70,86). Sum of RGB (Red+Green+Blue) = 198+70+86=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C64656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64656 is #39B9A9. Grayscale: #6E6E6E. Windows color (decimal): -3783082 or 5654214. OLE color: 5654214.

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

Color convert

RGB 198 70 86 -
CMYK 0 0.65 0.57 0.22
HSL 352.5º 0.53% 0.53% -
HSV(B) 352.5º 0.65% 0.78% -
XYZ 27.16 17.06 10.67 -
YUV 110.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 198 70 86 0 0.65 0.57 0.22 352.5 0.53 0.53
Hex C6 46 56 0 41 39 16 160 35 35
Octal 306 106 126 0 101 71 26 540 65 65
Binary 11000110 1000110 1010110 0 1000001 111001 10110 101100000 110101 110101

Color Harmonies of #C64656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64656

Black with #C64656

Text Example


Text Example

White with #C64656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64656; }

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

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

background-color css

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

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

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

border-color css

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

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

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