Html Css Color HEX #C46A4E Red Damask

📋 copy color: '#C46A4E'

red 196 ◦ green 106 ◦ blue 78

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

Shades of Red Damask #C46A4E

Tints of Red Damask #C46A4E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.89%

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

R = 51.58%
G = 27.89%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C46A4E (or 0xC46A4E) is known color: Red Damask. HEX triplet: C4, 6A and 4E. RGB value is (196,106,78). Sum of RGB (Red+Green+Blue) = 196+106+78=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A4E is #3B95B1. Grayscale: #818181. Windows color (decimal): -3904946 or 5139140. OLE color: 5139140.

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

Color convert

RGB 196 106 78 -
CMYK 0 0.46 0.60 0.23
HSL 14.24º 0.5% 0.54% -
HSV(B) 14.24º 0.6% 0.77% -
XYZ 29.29 22.59 10.02 -
YUV 129.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 196 106 78 0 0.46 0.60 0.23 14.24 0.5 0.54
Hex C4 6A 4E 0 2E 3C 17 E 32 36
Octal 304 152 116 0 56 74 27 16 62 66
Binary 11000100 1101010 1001110 0 101110 111100 10111 1110 110010 110110

Color Harmonies of #C46A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A4E

Black with #C46A4E

Text Example


Text Example

White with #C46A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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