Html Css Color HEX #C6545A Mandy

📋 copy color: '#C6545A'

red 198 ◦ green 84 ◦ blue 90

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

Shades of Mandy #C6545A

Tints of Mandy #C6545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 53.23%
G = 22.58%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C6545A (or 0xC6545A) is known color: Mandy. HEX triplet: C6, 54 and 5A. RGB value is (198,84,90). Sum of RGB (Red+Green+Blue) = 198+84+90=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6545A is #39ABA5. Grayscale: #767676. Windows color (decimal): -3779494 or 5919942. OLE color: 5919942.

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

Color convert

RGB 198 84 90 -
CMYK 0 0.58 0.55 0.22
HSL 356.84º 0.5% 0.55% -
HSV(B) 356.84º 0.58% 0.78% -
XYZ 28.3 19.08 11.86 -
YUV 118.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 198 84 90 0 0.58 0.55 0.22 356.84 0.5 0.55
Hex C6 54 5A 0 3A 37 16 165 32 37
Octal 306 124 132 0 72 67 26 545 62 67
Binary 11000110 1010100 1011010 0 111010 110111 10110 101100101 110010 110111

Color Harmonies of #C6545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6545A

Black with #C6545A

Text Example


Text Example

White with #C6545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6545A; }

 p { color: rgb(198,84,90); }

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

background-color css

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

 a { background-color: rgb(198,84,90); }

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

border-color css

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

 span { border-color: rgb(198,84,90); }

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