Html Css Color HEX #C5535F Mandy

📋 copy color: '#C5535F'

red 197 ◦ green 83 ◦ blue 95

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

Shades of Mandy #C5535F

Tints of Mandy #C5535F

RGB

 RED value IS 197 (77.34% from 255) = 52.53%

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

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

R = 52.53%
G = 22.13%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5535F (or 0xC5535F) is known color: Mandy. HEX triplet: C5, 53 and 5F. RGB value is (197,83,95). Sum of RGB (Red+Green+Blue) = 197+83+95=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5535F is #3AACA0. Grayscale: #767676. Windows color (decimal): -3845281 or 6247365. OLE color: 6247365.

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

Color convert

RGB 197 83 95 -
CMYK 0 0.58 0.52 0.23
HSL 353.68º 0.5% 0.55% -
HSV(B) 353.68º 0.58% 0.77% -
XYZ 28.18 18.88 12.99 -
YUV 118.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 197 83 95 0 0.58 0.52 0.23 353.68 0.5 0.55
Hex C5 53 5F 0 3A 34 17 162 32 37
Octal 305 123 137 0 72 64 27 542 62 67
Binary 11000101 1010011 1011111 0 111010 110100 10111 101100010 110010 110111

Color Harmonies of #C5535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5535F

Black with #C5535F

Text Example


Text Example

White with #C5535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5535F; }

 p { color: rgb(197,83,95); }

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

background-color css

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

 a { background-color: rgb(197,83,95); }

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

border-color css

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

 span { border-color: rgb(197,83,95); }

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