Html Css Color HEX #C56946 Red Damask

📋 copy color: '#C56946'

red 197 ◦ green 105 ◦ blue 70

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

Shades of Red Damask #C56946

Tints of Red Damask #C56946

RGB

 RED value IS 197 (77.34% from 255) = 52.96%

 GREEN value IS 105 (41.41% from 255) = 28.23%

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

R = 52.96%
G = 28.23%
B = 18.82%

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

#C56946 (or 0xC56946) is known color: Red Damask. HEX triplet: C5, 69 and 46. RGB value is (197,105,70). Sum of RGB (Red+Green+Blue) = 197+105+70=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C56946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56946 is #3A96B9. Grayscale: #808080. Windows color (decimal): -3839674 or 4614597. OLE color: 4614597.

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

Color convert

RGB 197 105 70 -
CMYK 0 0.47 0.64 0.23
HSL 16.54º 0.52% 0.52% -
HSV(B) 16.54º 0.64% 0.77% -
XYZ 29.18 22.42 8.58 -
YUV 128.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 197 105 70 0 0.47 0.64 0.23 16.54 0.52 0.52
Hex C5 69 46 0 2F 40 17 11 34 34
Octal 305 151 106 0 57 100 27 21 64 64
Binary 11000101 1101001 1000110 0 101111 1000000 10111 10001 110100 110100

Color Harmonies of #C56946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56946

Black with #C56946

Text Example


Text Example

White with #C56946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56946; }

 p { color: rgb(197,105,70); }

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

background-color css

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

 a { background-color: rgb(197,105,70); }

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

border-color css

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

 span { border-color: rgb(197,105,70); }

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