Html Css Color HEX #C6575D Mandy

📋 copy color: '#C6575D'

red 198 ◦ green 87 ◦ blue 93

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

Shades of Mandy #C6575D

Tints of Mandy #C6575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.02%

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 52.38%
G = 23.02%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6575D (or 0xC6575D) is known color: Mandy. HEX triplet: C6, 57 and 5D. RGB value is (198,87,93). Sum of RGB (Red+Green+Blue) = 198+87+93=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6575D is #39A8A2. Grayscale: #787878. Windows color (decimal): -3778723 or 6117318. OLE color: 6117318.

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

Color convert

RGB 198 87 93 -
CMYK 0 0.56 0.53 0.22
HSL 356.76º 0.49% 0.56% -
HSV(B) 356.76º 0.56% 0.78% -
XYZ 28.67 19.61 12.63 -
YUV 120.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 198 87 93 0 0.56 0.53 0.22 356.76 0.49 0.56
Hex C6 57 5D 0 38 35 16 165 31 38
Octal 306 127 135 0 70 65 26 545 61 70
Binary 11000110 1010111 1011101 0 111000 110101 10110 101100101 110001 111000

Color Harmonies of #C6575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6575D

Black with #C6575D

Text Example


Text Example

White with #C6575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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