Html Css Color HEX #C46D53 Red Damask

📋 copy color: '#C46D53'

red 196 ◦ green 109 ◦ blue 83

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

Shades of Red Damask #C46D53

Tints of Red Damask #C46D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.39%

R = 50.52%
G = 28.09%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C46D53 (or 0xC46D53) is known color: Red Damask. HEX triplet: C4, 6D and 53. RGB value is (196,109,83). Sum of RGB (Red+Green+Blue) = 196+109+83=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D53 is #3B92AC. Grayscale: #848484. Windows color (decimal): -3904173 or 5467588. OLE color: 5467588.

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

Color convert

RGB 196 109 83 -
CMYK 0 0.44 0.58 0.23
HSL 13.81º 0.49% 0.55% -
HSV(B) 13.81º 0.58% 0.77% -
XYZ 29.79 23.3 11.11 -
YUV 132.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 196 109 83 0 0.44 0.58 0.23 13.81 0.49 0.55
Hex C4 6D 53 0 2C 3A 17 E 31 37
Octal 304 155 123 0 54 72 27 16 61 67
Binary 11000100 1101101 1010011 0 101100 111010 10111 1110 110001 110111

Color Harmonies of #C46D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D53

Black with #C46D53

Text Example


Text Example

White with #C46D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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