Html Css Color HEX #C6535B Mandy

📋 copy color: '#C6535B'

red 198 ◦ green 83 ◦ blue 91

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

Shades of Mandy #C6535B

Tints of Mandy #C6535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

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

R = 53.23%
G = 22.31%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6535B (or 0xC6535B) is known color: Mandy. HEX triplet: C6, 53 and 5B. RGB value is (198,83,91). Sum of RGB (Red+Green+Blue) = 198+83+91=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6535B is #39ACA4. Grayscale: #767676. Windows color (decimal): -3779749 or 5985222. OLE color: 5985222.

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

Color convert

RGB 198 83 91 -
CMYK 0 0.58 0.54 0.22
HSL 355.83º 0.5% 0.55% -
HSV(B) 355.83º 0.58% 0.78% -
XYZ 28.27 18.95 12.06 -
YUV 118.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 198 83 91 0 0.58 0.54 0.22 355.83 0.5 0.55
Hex C6 53 5B 0 3A 36 16 164 32 37
Octal 306 123 133 0 72 66 26 544 62 67
Binary 11000110 1010011 1011011 0 111010 110110 10110 101100100 110010 110111

Color Harmonies of #C6535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6535B

Black with #C6535B

Text Example


Text Example

White with #C6535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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