Html Css Color HEX #C64557 Mandy

📋 copy color: '#C64557'

red 198 ◦ green 69 ◦ blue 87

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

Shades of Mandy #C64557

Tints of Mandy #C64557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.49%

 BLUE value IS 87 (34.38% from 255) = 24.58%

R = 55.93%
G = 19.49%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C64557 (or 0xC64557) is known color: Mandy. HEX triplet: C6, 45 and 57. RGB value is (198,69,87). Sum of RGB (Red+Green+Blue) = 198+69+87=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C64557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64557 is #39BAA8. Grayscale: #6D6D6D. Windows color (decimal): -3783337 or 5719494. OLE color: 5719494.

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

Color convert

RGB 198 69 87 -
CMYK 0 0.65 0.56 0.22
HSL 351.63º 0.53% 0.52% -
HSV(B) 351.63º 0.65% 0.78% -
XYZ 27.14 16.95 10.86 -
YUV 109.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 198 69 87 0 0.65 0.56 0.22 351.63 0.53 0.52
Hex C6 45 57 0 41 38 16 160 35 34
Octal 306 105 127 0 101 70 26 540 65 64
Binary 11000110 1000101 1010111 0 1000001 111000 10110 101100000 110101 110100

Color Harmonies of #C64557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64557

Black with #C64557

Text Example


Text Example

White with #C64557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64557; }

 p { color: rgb(198,69,87); }

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

background-color css

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

 a { background-color: rgb(198,69,87); }

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

border-color css

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

 span { border-color: rgb(198,69,87); }

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