Html Css Color HEX #C56846 Red Damask

📋 copy color: '#C56846'

red 197 ◦ green 104 ◦ blue 70

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

Shades of Red Damask #C56846

Tints of Red Damask #C56846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

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

R = 53.1%
G = 28.03%
B = 18.87%

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

#C56846 (or 0xC56846) is known color: Red Damask. HEX triplet: C5, 68 and 46. RGB value is (197,104,70). Sum of RGB (Red+Green+Blue) = 197+104+70=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C56846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56846 is #3A97B9. Grayscale: #808080. Windows color (decimal): -3839930 or 4614341. OLE color: 4614341.

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

Color convert

RGB 197 104 70 -
CMYK 0 0.47 0.64 0.23
HSL 16.06º 0.52% 0.52% -
HSV(B) 16.06º 0.64% 0.77% -
XYZ 29.08 22.21 8.55 -
YUV 127.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 197 104 70 0 0.47 0.64 0.23 16.06 0.52 0.52
Hex C5 68 46 0 2F 40 17 10 34 34
Octal 305 150 106 0 57 100 27 20 64 64
Binary 11000101 1101000 1000110 0 101111 1000000 10111 10000 110100 110100

Color Harmonies of #C56846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56846

Black with #C56846

Text Example


Text Example

White with #C56846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56846; }

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

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

background-color css

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

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

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

border-color css

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

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

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