Html Css Color HEX #C56061 Mandy

📋 copy color: '#C56061'

red 197 ◦ green 96 ◦ blue 97

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

Shades of Mandy #C56061

Tints of Mandy #C56061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.62%

 BLUE value IS 97 (38.28% from 255) = 24.87%

R = 50.51%
G = 24.62%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C56061 (or 0xC56061) is known color: Mandy. HEX triplet: C5, 60 and 61. RGB value is (197,96,97). Sum of RGB (Red+Green+Blue) = 197+96+97=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C56061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56061 is #3A9F9E. Grayscale: #7E7E7E. Windows color (decimal): -3841951 or 6381765. OLE color: 6381765.

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

Color convert

RGB 197 96 97 -
CMYK 0 0.51 0.51 0.23
HSL 359.41º 0.47% 0.57% -
HSV(B) 359.41º 0.51% 0.77% -
XYZ 29.37 21.1 13.83 -
YUV 126.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 197 96 97 0 0.51 0.51 0.23 359.41 0.47 0.57
Hex C5 60 61 0 33 33 17 167 2F 39
Octal 305 140 141 0 63 63 27 547 57 71
Binary 11000101 1100000 1100001 0 110011 110011 10111 101100111 101111 111001

Color Harmonies of #C56061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56061

Black with #C56061

Text Example


Text Example

White with #C56061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56061; }

 p { color: rgb(197,96,97); }

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

background-color css

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

 a { background-color: rgb(197,96,97); }

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

border-color css

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

 span { border-color: rgb(197,96,97); }

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