Html Css Color HEX #C6575C Mandy

📋 copy color: '#C6575C'

red 198 ◦ green 87 ◦ blue 92

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

Shades of Mandy #C6575C

Tints of Mandy #C6575C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 52.52%
G = 23.08%
B = 24.4%

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

#C6575C (or 0xC6575C) is known color: Mandy. HEX triplet: C6, 57 and 5C. RGB value is (198,87,92). Sum of RGB (Red+Green+Blue) = 198+87+92=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6575C is #39A8A3. Grayscale: #787878. Windows color (decimal): -3778724 or 6051782. OLE color: 6051782.

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

Color convert

RGB 198 87 92 -
CMYK 0 0.56 0.54 0.22
HSL 357.3º 0.49% 0.56% -
HSV(B) 357.3º 0.56% 0.78% -
XYZ 28.63 19.59 12.4 -
YUV 120.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 198 87 92 0 0.56 0.54 0.22 357.3 0.49 0.56
Hex C6 57 5C 0 38 36 16 165 31 38
Octal 306 127 134 0 70 66 26 545 61 70
Binary 11000110 1010111 1011100 0 111000 110110 10110 101100101 110001 111000

Color Harmonies of #C6575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6575C

Black with #C6575C

Text Example


Text Example

White with #C6575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6575C; }

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

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

background-color css

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

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

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

border-color css

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

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

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