Html Css Color HEX #C56465 Mandy

📋 copy color: '#C56465'

red 197 ◦ green 100 ◦ blue 101

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

Shades of Mandy #C56465

Tints of Mandy #C56465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.13%

 BLUE value IS 101 (39.84% from 255) = 25.38%

R = 49.5%
G = 25.13%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C56465 (or 0xC56465) is known color: Mandy. HEX triplet: C5, 64 and 65. RGB value is (197,100,101). Sum of RGB (Red+Green+Blue) = 197+100+101=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C56465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56465 is #3A9B9A. Grayscale: #818181. Windows color (decimal): -3840923 or 6644933. OLE color: 6644933.

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

Color convert

RGB 197 100 101 -
CMYK 0 0.49 0.49 0.23
HSL 359.38º 0.46% 0.58% -
HSV(B) 359.38º 0.49% 0.77% -
XYZ 29.93 21.92 14.97 -
YUV 129.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 197 100 101 0 0.49 0.49 0.23 359.38 0.46 0.58
Hex C5 64 65 0 31 31 17 167 2E 3A
Octal 305 144 145 0 61 61 27 547 56 72
Binary 11000101 1100100 1100101 0 110001 110001 10111 101100111 101110 111010

Color Harmonies of #C56465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56465

Black with #C56465

Text Example


Text Example

White with #C56465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56465; }

 p { color: rgb(197,100,101); }

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

background-color css

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

 a { background-color: rgb(197,100,101); }

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

border-color css

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

 span { border-color: rgb(197,100,101); }

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