Html Css Color HEX #C5465B Mandy

📋 copy color: '#C5465B'

red 197 ◦ green 70 ◦ blue 91

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

Shades of Mandy #C5465B

Tints of Mandy #C5465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.55%

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

R = 55.03%
G = 19.55%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5465B (or 0xC5465B) is known color: Mandy. HEX triplet: C5, 46 and 5B. RGB value is (197,70,91). Sum of RGB (Red+Green+Blue) = 197+70+91=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5465B is #3AB9A4. Grayscale: #6E6E6E. Windows color (decimal): -3848613 or 5981893. OLE color: 5981893.

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

Color convert

RGB 197 70 91 -
CMYK 0 0.64 0.54 0.23
HSL 350.08º 0.52% 0.52% -
HSV(B) 350.08º 0.64% 0.77% -
XYZ 27.1 17.01 11.75 -
YUV 110.37 117.08 189.79 -
System Red Green Blue C M Y K H S L
Decimal 197 70 91 0 0.64 0.54 0.23 350.08 0.52 0.52
Hex C5 46 5B 0 40 36 17 15E 34 34
Octal 305 106 133 0 100 66 27 536 64 64
Binary 11000101 1000110 1011011 0 1000000 110110 10111 101011110 110100 110100

Color Harmonies of #C5465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5465B

Black with #C5465B

Text Example


Text Example

White with #C5465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5465B; }

 p { color: rgb(197,70,91); }

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

background-color css

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

 a { background-color: rgb(197,70,91); }

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

border-color css

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

 span { border-color: rgb(197,70,91); }

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