Html Css Color HEX #C46769 Mandy

📋 copy color: '#C46769'

red 196 ◦ green 103 ◦ blue 105

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

Shades of Mandy #C46769

Tints of Mandy #C46769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.5%

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

R = 48.51%
G = 25.5%
B = 25.99%

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

#C46769 (or 0xC46769) is known color: Mandy. HEX triplet: C4, 67 and 69. RGB value is (196,103,105). Sum of RGB (Red+Green+Blue) = 196+103+105=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C46769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46769 is #3B9896. Grayscale: #838383. Windows color (decimal): -3905687 or 6907844. OLE color: 6907844.

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

Color convert

RGB 196 103 105 -
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.17 22.46 16.11 -
YUV 131.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 196 103 105 0 0.47 0.46 0.23 358.71 0.44 0.59
Hex C4 67 69 0 2F 2E 17 167 2C 3B
Octal 304 147 151 0 57 56 27 547 54 73
Binary 11000100 1100111 1101001 0 101111 101110 10111 101100111 101100 111011

Color Harmonies of #C46769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46769

Black with #C46769

Text Example


Text Example

White with #C46769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46769; }

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

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

background-color css

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

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

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

border-color css

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

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

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