Html Css Color HEX #C5686A Mandy

📋 copy color: '#C5686A'

red 197 ◦ green 104 ◦ blue 106

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

Shades of Mandy #C5686A

Tints of Mandy #C5686A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.55%

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 48.4%
G = 25.55%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5686A (or 0xC5686A) is known color: Mandy. HEX triplet: C5, 68 and 6A. RGB value is (197,104,106). Sum of RGB (Red+Green+Blue) = 197+104+106=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5686A is #3A9795. Grayscale: #848484. Windows color (decimal): -3839894 or 6973637. OLE color: 6973637.

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

Color convert

RGB 197 104 106 -
CMYK 0 0.47 0.46 0.23
HSL 358.71º 0.44% 0.59% -
HSV(B) 358.71º 0.47% 0.77% -
XYZ 30.58 22.81 16.43 -
YUV 132.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 197 104 106 0 0.47 0.46 0.23 358.71 0.44 0.59
Hex C5 68 6A 0 2F 2E 17 167 2C 3B
Octal 305 150 152 0 57 56 27 547 54 73
Binary 11000101 1101000 1101010 0 101111 101110 10111 101100111 101100 111011

Color Harmonies of #C5686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5686A

Black with #C5686A

Text Example


Text Example

White with #C5686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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