Html Css Color HEX #C5495D Mandy

📋 copy color: '#C5495D'

red 197 ◦ green 73 ◦ blue 93

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

Shades of Mandy #C5495D

Tints of Mandy #C5495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.11%

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 54.27%
G = 20.11%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5495D (or 0xC5495D) is known color: Mandy. HEX triplet: C5, 49 and 5D. RGB value is (197,73,93). Sum of RGB (Red+Green+Blue) = 197+73+93=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5495D is #3AB6A2. Grayscale: #707070. Windows color (decimal): -3847843 or 6113733. OLE color: 6113733.

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

Color convert

RGB 197 73 93 -
CMYK 0 0.63 0.53 0.23
HSL 350.32º 0.52% 0.53% -
HSV(B) 350.32º 0.63% 0.77% -
XYZ 27.38 17.43 12.28 -
YUV 112.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 197 73 93 0 0.63 0.53 0.23 350.32 0.52 0.53
Hex C5 49 5D 0 3F 35 17 15E 34 35
Octal 305 111 135 0 77 65 27 536 64 65
Binary 11000101 1001001 1011101 0 111111 110101 10111 101011110 110100 110101

Color Harmonies of #C5495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5495D

Black with #C5495D

Text Example


Text Example

White with #C5495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5495D; }

 p { color: rgb(197,73,93); }

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

background-color css

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

 a { background-color: rgb(197,73,93); }

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

border-color css

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

 span { border-color: rgb(197,73,93); }

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