Html Css Color HEX #C6575B Mandy

📋 copy color: '#C6575B'

red 198 ◦ green 87 ◦ blue 91

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

Shades of Mandy #C6575B

Tints of Mandy #C6575B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.2%

R = 52.66%
G = 23.14%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6575B (or 0xC6575B) is known color: Mandy. HEX triplet: C6, 57 and 5B. RGB value is (198,87,91). Sum of RGB (Red+Green+Blue) = 198+87+91=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6575B is #39A8A4. Grayscale: #787878. Windows color (decimal): -3778725 or 5986246. OLE color: 5986246.

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

Color convert

RGB 198 87 91 -
CMYK 0 0.56 0.54 0.22
HSL 357.84º 0.49% 0.56% -
HSV(B) 357.84º 0.56% 0.78% -
XYZ 28.59 19.58 12.17 -
YUV 120.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 198 87 91 0 0.56 0.54 0.22 357.84 0.49 0.56
Hex C6 57 5B 0 38 36 16 166 31 38
Octal 306 127 133 0 70 66 26 546 61 70
Binary 11000110 1010111 1011011 0 111000 110110 10110 101100110 110001 111000

Color Harmonies of #C6575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6575B

Black with #C6575B

Text Example


Text Example

White with #C6575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6575B; }

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

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

background-color css

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

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

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

border-color css

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

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

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