Html Css Color HEX #C46D4E Red Damask

📋 copy color: '#C46D4E'

red 196 ◦ green 109 ◦ blue 78

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

Shades of Red Damask #C46D4E

Tints of Red Damask #C46D4E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.46%

 BLUE value IS 78 (30.86% from 255) = 20.37%

R = 51.17%
G = 28.46%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C46D4E (or 0xC46D4E) is known color: Red Damask. HEX triplet: C4, 6D and 4E. RGB value is (196,109,78). Sum of RGB (Red+Green+Blue) = 196+109+78=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D4E is #3B92B1. Grayscale: #838383. Windows color (decimal): -3904178 or 5139908. OLE color: 5139908.

HSL color Cylindrical-coordinate representation of color #C46D4E: hue angle of 15.76º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C46D4E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 109 78 -
CMYK 0 0.44 0.60 0.23
HSL 15.76º 0.5% 0.54% -
HSV(B) 15.76º 0.6% 0.77% -
XYZ 29.61 23.22 10.13 -
YUV 131.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 196 109 78 0 0.44 0.60 0.23 15.76 0.5 0.54
Hex C4 6D 4E 0 2C 3C 17 10 32 36
Octal 304 155 116 0 54 74 27 20 62 66
Binary 11000100 1101101 1001110 0 101100 111100 10111 10000 110010 110110

Color Harmonies of #C46D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D4E

Black with #C46D4E

Text Example


Text Example

White with #C46D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D4E; }

 p { color: rgb(196,109,78); }

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

background-color css

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

 a { background-color: rgb(196,109,78); }

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

border-color css

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

 span { border-color: rgb(196,109,78); }

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