Html Css Color HEX #C64758 Mandy

📋 copy color: '#C64758'

red 198 ◦ green 71 ◦ blue 88

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

Shades of Mandy #C64758

Tints of Mandy #C64758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

 BLUE value IS 88 (34.77% from 255) = 24.65%

R = 55.46%
G = 19.89%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C64758 (or 0xC64758) is known color: Mandy. HEX triplet: C6, 47 and 58. RGB value is (198,71,88). Sum of RGB (Red+Green+Blue) = 198+71+88=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C64758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64758 is #39B8A7. Grayscale: #6E6E6E. Windows color (decimal): -3782824 or 5785542. OLE color: 5785542.

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

Color convert

RGB 198 71 88 -
CMYK 0 0.64 0.56 0.22
HSL 351.97º 0.53% 0.53% -
HSV(B) 351.97º 0.64% 0.78% -
XYZ 27.3 17.22 11.12 -
YUV 110.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 198 71 88 0 0.64 0.56 0.22 351.97 0.53 0.53
Hex C6 47 58 0 40 38 16 160 35 35
Octal 306 107 130 0 100 70 26 540 65 65
Binary 11000110 1000111 1011000 0 1000000 111000 10110 101100000 110101 110101

Color Harmonies of #C64758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64758

Black with #C64758

Text Example


Text Example

White with #C64758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64758; }

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

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

background-color css

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

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

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

border-color css

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

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

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