Html Css Color HEX #C56364 Mandy

📋 copy color: '#C56364'

red 197 ◦ green 99 ◦ blue 100

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

Shades of Mandy #C56364

Tints of Mandy #C56364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25%

 BLUE value IS 100 (39.45% from 255) = 25.25%

R = 49.75%
G = 25%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C56364 (or 0xC56364) is known color: Mandy. HEX triplet: C5, 63 and 64. RGB value is (197,99,100). Sum of RGB (Red+Green+Blue) = 197+99+100=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C56364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56364 is #3A9C9B. Grayscale: #808080. Windows color (decimal): -3841180 or 6579141. OLE color: 6579141.

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

Color convert

RGB 197 99 100 -
CMYK 0 0.50 0.49 0.23
HSL 359.39º 0.46% 0.58% -
HSV(B) 359.39º 0.5% 0.77% -
XYZ 29.79 21.71 14.68 -
YUV 128.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 197 99 100 0 0.50 0.49 0.23 359.39 0.46 0.58
Hex C5 63 64 0 32 31 17 167 2E 3A
Octal 305 143 144 0 62 61 27 547 56 72
Binary 11000101 1100011 1100100 0 110010 110001 10111 101100111 101110 111010

Color Harmonies of #C56364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56364

Black with #C56364

Text Example


Text Example

White with #C56364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56364; }

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

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

background-color css

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

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

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

border-color css

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

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

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