Html Css Color HEX #C46747 Red Damask

📋 copy color: '#C46747'

red 196 ◦ green 103 ◦ blue 71

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

Shades of Red Damask #C46747

Tints of Red Damask #C46747

RGB

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

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

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

R = 52.97%
G = 27.84%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C46747 (or 0xC46747) is known color: Red Damask. HEX triplet: C4, 67 and 47. RGB value is (196,103,71). Sum of RGB (Red+Green+Blue) = 196+103+71=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C46747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46747 is #3B98B8. Grayscale: #7F7F7F. Windows color (decimal): -3905721 or 4679620. OLE color: 4679620.

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

Color convert

RGB 196 103 71 -
CMYK 0 0.47 0.64 0.23
HSL 15.36º 0.51% 0.52% -
HSV(B) 15.36º 0.64% 0.77% -
XYZ 28.75 21.89 8.67 -
YUV 127.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 196 103 71 0 0.47 0.64 0.23 15.36 0.51 0.52
Hex C4 67 47 0 2F 40 17 F 33 34
Octal 304 147 107 0 57 100 27 17 63 64
Binary 11000100 1100111 1000111 0 101111 1000000 10111 1111 110011 110100

Color Harmonies of #C46747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46747

Black with #C46747

Text Example


Text Example

White with #C46747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46747; }

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

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

background-color css

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

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

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

border-color css

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

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

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