Html Css Color HEX #C6575F Mandy

📋 copy color: '#C6575F'

red 198 ◦ green 87 ◦ blue 95

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

Shades of Mandy #C6575F

Tints of Mandy #C6575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25%

R = 52.11%
G = 22.89%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6575F (or 0xC6575F) is known color: Mandy. HEX triplet: C6, 57 and 5F. RGB value is (198,87,95). Sum of RGB (Red+Green+Blue) = 198+87+95=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6575F is #39A8A0. Grayscale: #797979. Windows color (decimal): -3778721 or 6248390. OLE color: 6248390.

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

Color convert

RGB 198 87 95 -
CMYK 0 0.56 0.52 0.22
HSL 355.68º 0.49% 0.56% -
HSV(B) 355.68º 0.56% 0.78% -
XYZ 28.76 19.65 13.1 -
YUV 121.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 198 87 95 0 0.56 0.52 0.22 355.68 0.49 0.56
Hex C6 57 5F 0 38 34 16 164 31 38
Octal 306 127 137 0 70 64 26 544 61 70
Binary 11000110 1010111 1011111 0 111000 110100 10110 101100100 110001 111000

Color Harmonies of #C6575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6575F

Black with #C6575F

Text Example


Text Example

White with #C6575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6575F; }

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

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

background-color css

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

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

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

border-color css

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

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

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