Html Css Color HEX #C1686A Mandy

📋 copy color: '#C1686A'

red 193 ◦ green 104 ◦ blue 106

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

Shades of Mandy #C1686A

Tints of Mandy #C1686A

RGB

 RED value IS 193 (75.78% from 255) = 47.89%

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

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

R = 47.89%
G = 25.81%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1686A (or 0xC1686A) is known color: Mandy. HEX triplet: C1, 68 and 6A. RGB value is (193,104,106). Sum of RGB (Red+Green+Blue) = 193+104+106=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1686A is #3E9795. Grayscale: #828282. Windows color (decimal): -4102038 or 6973633. OLE color: 6973633.

HSL color Cylindrical-coordinate representation of color #C1686A: hue angle of 358.65º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1686A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 104 106 -
CMYK 0 0.46 0.45 0.24
HSL 358.65º 0.42% 0.58% -
HSV(B) 358.65º 0.46% 0.76% -
XYZ 29.54 22.28 16.38 -
YUV 130.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 193 104 106 0 0.46 0.45 0.24 358.65 0.42 0.58
Hex C1 68 6A 0 2E 2D 18 167 2A 3A
Octal 301 150 152 0 56 55 30 547 52 72
Binary 11000001 1101000 1101010 0 101110 101101 11000 101100111 101010 111010

Color Harmonies of #C1686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1686A

Black with #C1686A

Text Example


Text Example

White with #C1686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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