Html Css Color HEX #C46869 Mandy

📋 copy color: '#C46869'

red 196 ◦ green 104 ◦ blue 105

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

Shades of Mandy #C46869

Tints of Mandy #C46869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.93%

R = 48.4%
G = 25.68%
B = 25.93%

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

#C46869 (or 0xC46869) is known color: Mandy. HEX triplet: C4, 68 and 69. RGB value is (196,104,105). Sum of RGB (Red+Green+Blue) = 196+104+105=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C46869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46869 is #3B9796. Grayscale: #838383. Windows color (decimal): -3905431 or 6908100. OLE color: 6908100.

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

Color convert

RGB 196 104 105 -
CMYK 0 0.47 0.46 0.23
HSL 359.35º 0.44% 0.59% -
HSV(B) 359.35º 0.47% 0.77% -
XYZ 30.27 22.66 16.14 -
YUV 131.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 196 104 105 0 0.47 0.46 0.23 359.35 0.44 0.59
Hex C4 68 69 0 2F 2E 17 167 2C 3B
Octal 304 150 151 0 57 56 27 547 54 73
Binary 11000100 1101000 1101001 0 101111 101110 10111 101100111 101100 111011

Color Harmonies of #C46869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46869

Black with #C46869

Text Example


Text Example

White with #C46869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46869; }

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

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

background-color css

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

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

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

border-color css

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

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

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