Html Css Color HEX #C46746 Red Damask

📋 copy color: '#C46746'

red 196 ◦ green 103 ◦ blue 70

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

Shades of Red Damask #C46746

Tints of Red Damask #C46746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.97%

R = 53.12%
G = 27.91%
B = 18.97%

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

#C46746 (or 0xC46746) is known color: Red Damask. HEX triplet: C4, 67 and 46. RGB value is (196,103,70). Sum of RGB (Red+Green+Blue) = 196+103+70=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C46746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46746 is #3B98B9. Grayscale: #7F7F7F. Windows color (decimal): -3905722 or 4614084. OLE color: 4614084.

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

Color convert

RGB 196 103 70 -
CMYK 0 0.47 0.64 0.23
HSL 15.71º 0.52% 0.52% -
HSV(B) 15.71º 0.64% 0.77% -
XYZ 28.72 21.88 8.5 -
YUV 127.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 196 103 70 0 0.47 0.64 0.23 15.71 0.52 0.52
Hex C4 67 46 0 2F 40 17 10 34 34
Octal 304 147 106 0 57 100 27 20 64 64
Binary 11000100 1100111 1000110 0 101111 1000000 10111 10000 110100 110100

Color Harmonies of #C46746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46746

Black with #C46746

Text Example


Text Example

White with #C46746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46746; }

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

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

background-color css

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

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

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

border-color css

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

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

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