Html Css Color HEX #C46D4D Red Damask

📋 copy color: '#C46D4D'

red 196 ◦ green 109 ◦ blue 77

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

Shades of Red Damask #C46D4D

Tints of Red Damask #C46D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 51.31%
G = 28.53%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C46D4D (or 0xC46D4D) is known color: Red Damask. HEX triplet: C4, 6D and 4D. RGB value is (196,109,77). Sum of RGB (Red+Green+Blue) = 196+109+77=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D4D is #3B92B2. Grayscale: #838383. Windows color (decimal): -3904179 or 5074372. OLE color: 5074372.

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

Color convert

RGB 196 109 77 -
CMYK 0 0.44 0.61 0.23
HSL 16.13º 0.5% 0.54% -
HSV(B) 16.13º 0.61% 0.77% -
XYZ 29.57 23.21 9.94 -
YUV 131.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 196 109 77 0 0.44 0.61 0.23 16.13 0.5 0.54
Hex C4 6D 4D 0 2C 3D 17 10 32 36
Octal 304 155 115 0 54 75 27 20 62 66
Binary 11000100 1101101 1001101 0 101100 111101 10111 10000 110010 110110

Color Harmonies of #C46D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D4D

Black with #C46D4D

Text Example


Text Example

White with #C46D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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