Html Css Color HEX #C64755 Mandy

📋 copy color: '#C64755'

red 198 ◦ green 71 ◦ blue 85

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

Shades of Mandy #C64755

Tints of Mandy #C64755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 55.93%
G = 20.06%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C64755 (or 0xC64755) is known color: Mandy. HEX triplet: C6, 47 and 55. RGB value is (198,71,85). Sum of RGB (Red+Green+Blue) = 198+71+85=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C64755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64755 is #39B8AA. Grayscale: #6E6E6E. Windows color (decimal): -3782827 or 5588934. OLE color: 5588934.

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

Color convert

RGB 198 71 85 -
CMYK 0 0.64 0.57 0.22
HSL 353.39º 0.53% 0.53% -
HSV(B) 353.39º 0.64% 0.78% -
XYZ 27.18 17.17 10.48 -
YUV 110.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 198 71 85 0 0.64 0.57 0.22 353.39 0.53 0.53
Hex C6 47 55 0 40 39 16 161 35 35
Octal 306 107 125 0 100 71 26 541 65 65
Binary 11000110 1000111 1010101 0 1000000 111001 10110 101100001 110101 110101

Color Harmonies of #C64755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64755

Black with #C64755

Text Example


Text Example

White with #C64755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64755; }

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

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

background-color css

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

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

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

border-color css

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

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

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