Html Css Color HEX #C64647 Mandy

📋 copy color: '#C64647'

red 198 ◦ green 70 ◦ blue 71

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

Shades of Mandy #C64647

Tints of Mandy #C64647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 58.41%
G = 20.65%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C64647 (or 0xC64647) is known color: Mandy. HEX triplet: C6, 46 and 47. RGB value is (198,70,71). Sum of RGB (Red+Green+Blue) = 198+70+71=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C64647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64647 is #39B9B8. Grayscale: #6C6C6C. Windows color (decimal): -3783097 or 4671174. OLE color: 4671174.

HSL color Cylindrical-coordinate representation of color #C64647: hue angle of 359.53º 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 #C64647 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 71 -
CMYK 0 0.65 0.64 0.22
HSL 359.53º 0.53% 0.53% -
HSV(B) 359.53º 0.65% 0.78% -
XYZ 26.62 16.84 7.81 -
YUV 108.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 198 70 71 0 0.65 0.64 0.22 359.53 0.53 0.53
Hex C6 46 47 0 41 40 16 168 35 35
Octal 306 106 107 0 101 100 26 550 65 65
Binary 11000110 1000110 1000111 0 1000001 1000000 10110 101101000 110101 110101

Color Harmonies of #C64647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64647

Black with #C64647

Text Example


Text Example

White with #C64647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64647; }

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

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

background-color css

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

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

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

border-color css

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

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

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