Html Css Color HEX #C56A6B Mandy

📋 copy color: '#C56A6B'

red 197 ◦ green 106 ◦ blue 107

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

Shades of Mandy #C56A6B

Tints of Mandy #C56A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.85%

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 48.05%
G = 25.85%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C56A6B (or 0xC56A6B) is known color: Mandy. HEX triplet: C5, 6A and 6B. RGB value is (197,106,107). Sum of RGB (Red+Green+Blue) = 197+106+107=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A6B is #3A9594. Grayscale: #858585. Windows color (decimal): -3839381 or 7039685. OLE color: 7039685.

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

Color convert

RGB 197 106 107 -
CMYK 0 0.46 0.46 0.23
HSL 359.34º 0.44% 0.59% -
HSV(B) 359.34º 0.46% 0.77% -
XYZ 30.83 23.24 16.77 -
YUV 133.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 197 106 107 0 0.46 0.46 0.23 359.34 0.44 0.59
Hex C5 6A 6B 0 2E 2E 17 167 2C 3B
Octal 305 152 153 0 56 56 27 547 54 73
Binary 11000101 1101010 1101011 0 101110 101110 10111 101100111 101100 111011

Color Harmonies of #C56A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56A6B

Black with #C56A6B

Text Example


Text Example

White with #C56A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56A6B; }

 p { color: rgb(197,106,107); }

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

background-color css

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

 a { background-color: rgb(197,106,107); }

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

border-color css

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

 span { border-color: rgb(197,106,107); }

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