Html Css Color HEX #C4686A Mandy

📋 copy color: '#C4686A'

red 196 ◦ green 104 ◦ blue 106

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

Shades of Mandy #C4686A

Tints of Mandy #C4686A

RGB

 RED value IS 196 (76.95% from 255) = 48.28%

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

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

R = 48.28%
G = 25.62%
B = 26.11%

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

#C4686A (or 0xC4686A) is known color: Mandy. HEX triplet: C4, 68 and 6A. RGB value is (196,104,106). Sum of RGB (Red+Green+Blue) = 196+104+106=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4686A is #3B9795. Grayscale: #838383. Windows color (decimal): -3905430 or 6973636. OLE color: 6973636.

HSL color Cylindrical-coordinate representation of color #C4686A: hue angle of 358.7º 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 #C4686A is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 104 106 -
CMYK 0 0.47 0.46 0.23
HSL 358.7º 0.44% 0.59% -
HSV(B) 358.7º 0.47% 0.77% -
XYZ 30.32 22.68 16.41 -
YUV 131.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 196 104 106 0 0.47 0.46 0.23 358.7 0.44 0.59
Hex C4 68 6A 0 2F 2E 17 167 2C 3B
Octal 304 150 152 0 57 56 27 547 54 73
Binary 11000100 1101000 1101010 0 101111 101110 10111 101100111 101100 111011

Color Harmonies of #C4686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4686A

Black with #C4686A

Text Example


Text Example

White with #C4686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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