Html Css Color HEX #C4535E Mandy

📋 copy color: '#C4535E'

red 196 ◦ green 83 ◦ blue 94

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

Shades of Mandy #C4535E

Tints of Mandy #C4535E

RGB

 RED value IS 196 (76.95% from 255) = 52.55%

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

 BLUE value IS 94 (37.11% from 255) = 25.2%

R = 52.55%
G = 22.25%
B = 25.2%

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

#C4535E (or 0xC4535E) is known color: Mandy. HEX triplet: C4, 53 and 5E. RGB value is (196,83,94). Sum of RGB (Red+Green+Blue) = 196+83+94=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4535E is #3BACA1. Grayscale: #767676. Windows color (decimal): -3910818 or 6181828. OLE color: 6181828.

HSL color Cylindrical-coordinate representation of color #C4535E: hue angle of 354.16º degrees, saturation: 0.49, 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 #C4535E is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 83 94 -
CMYK 0 0.58 0.52 0.23
HSL 354.16º 0.49% 0.55% -
HSV(B) 354.16º 0.58% 0.77% -
XYZ 27.88 18.73 12.74 -
YUV 118.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 196 83 94 0 0.58 0.52 0.23 354.16 0.49 0.55
Hex C4 53 5E 0 3A 34 17 162 31 37
Octal 304 123 136 0 72 64 27 542 61 67
Binary 11000100 1010011 1011110 0 111010 110100 10111 101100010 110001 110111

Color Harmonies of #C4535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4535E

Black with #C4535E

Text Example


Text Example

White with #C4535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4535E; }

 p { color: rgb(196,83,94); }

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

background-color css

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

 a { background-color: rgb(196,83,94); }

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

border-color css

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

 span { border-color: rgb(196,83,94); }

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