Html Css Color HEX #C5465F Mandy

📋 copy color: '#C5465F'

red 197 ◦ green 70 ◦ blue 95

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

Shades of Mandy #C5465F

Tints of Mandy #C5465F

RGB

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

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

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

R = 54.42%
G = 19.34%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5465F (or 0xC5465F) is known color: Mandy. HEX triplet: C5, 46 and 5F. RGB value is (197,70,95). Sum of RGB (Red+Green+Blue) = 197+70+95=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5465F is #3AB9A0. Grayscale: #6E6E6E. Windows color (decimal): -3848609 or 6244037. OLE color: 6244037.

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

Color convert

RGB 197 70 95 -
CMYK 0 0.64 0.52 0.23
HSL 348.19º 0.52% 0.52% -
HSV(B) 348.19º 0.64% 0.77% -
XYZ 27.28 17.08 12.68 -
YUV 110.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 197 70 95 0 0.64 0.52 0.23 348.19 0.52 0.52
Hex C5 46 5F 0 40 34 17 15C 34 34
Octal 305 106 137 0 100 64 27 534 64 64
Binary 11000101 1000110 1011111 0 1000000 110100 10111 101011100 110100 110100

Color Harmonies of #C5465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5465F

Black with #C5465F

Text Example


Text Example

White with #C5465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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