Html Css Color HEX #C46A47 Red Damask

📋 copy color: '#C46A47'

red 196 ◦ green 106 ◦ blue 71

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

Shades of Red Damask #C46A47

Tints of Red Damask #C46A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.03%

R = 52.55%
G = 28.42%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C46A47 (or 0xC46A47) is known color: Red Damask. HEX triplet: C4, 6A and 47. RGB value is (196,106,71). Sum of RGB (Red+Green+Blue) = 196+106+71=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A47 is #3B95B8. Grayscale: #818181. Windows color (decimal): -3904953 or 4680388. OLE color: 4680388.

HSL color Cylindrical-coordinate representation of color #C46A47: hue angle of 16.8º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C46A47 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 106 71 -
CMYK 0 0.46 0.64 0.23
HSL 16.8º 0.51% 0.52% -
HSV(B) 16.8º 0.64% 0.77% -
XYZ 29.06 22.5 8.77 -
YUV 128.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 196 106 71 0 0.46 0.64 0.23 16.8 0.51 0.52
Hex C4 6A 47 0 2E 40 17 11 33 34
Octal 304 152 107 0 56 100 27 21 63 64
Binary 11000100 1101010 1000111 0 101110 1000000 10111 10001 110011 110100

Color Harmonies of #C46A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A47

Black with #C46A47

Text Example


Text Example

White with #C46A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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