Html Css Color HEX #C46D46 Red Damask

📋 copy color: '#C46D46'

red 196 ◦ green 109 ◦ blue 70

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

Shades of Red Damask #C46D46

Tints of Red Damask #C46D46

RGB

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

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

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

R = 52.27%
G = 29.07%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C46D46 (or 0xC46D46) is known color: Red Damask. HEX triplet: C4, 6D and 46. RGB value is (196,109,70). Sum of RGB (Red+Green+Blue) = 196+109+70=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D46 is #3B92B9. Grayscale: #828282. Windows color (decimal): -3904186 or 4615620. OLE color: 4615620.

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

Color convert

RGB 196 109 70 -
CMYK 0 0.44 0.64 0.23
HSL 18.57º 0.52% 0.52% -
HSV(B) 18.57º 0.64% 0.77% -
XYZ 29.34 23.12 8.71 -
YUV 130.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 196 109 70 0 0.44 0.64 0.23 18.57 0.52 0.52
Hex C4 6D 46 0 2C 40 17 13 34 34
Octal 304 155 106 0 54 100 27 23 64 64
Binary 11000100 1101101 1000110 0 101100 1000000 10111 10011 110100 110100

Color Harmonies of #C46D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D46

Black with #C46D46

Text Example


Text Example

White with #C46D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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