Html Css Color HEX #C4696A Mandy

📋 copy color: '#C4696A'

red 196 ◦ green 105 ◦ blue 106

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

Shades of Mandy #C4696A

Tints of Mandy #C4696A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

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

R = 48.16%
G = 25.8%
B = 26.04%

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

#C4696A (or 0xC4696A) is known color: Mandy. HEX triplet: C4, 69 and 6A. RGB value is (196,105,106). Sum of RGB (Red+Green+Blue) = 196+105+106=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4696A is #3B9695. Grayscale: #848484. Windows color (decimal): -3905174 or 6973892. OLE color: 6973892.

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

Color convert

RGB 196 105 106 -
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.42 22.88 16.45 -
YUV 132.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 196 105 106 0 0.46 0.46 0.23 359.34 0.44 0.59
Hex C4 69 6A 0 2E 2E 17 167 2C 3B
Octal 304 151 152 0 56 56 27 547 54 73
Binary 11000100 1101001 1101010 0 101110 101110 10111 101100111 101100 111011

Color Harmonies of #C4696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4696A

Black with #C4696A

Text Example


Text Example

White with #C4696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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