Html Css Color HEX #C56941 Red Damask

📋 copy color: '#C56941'

red 197 ◦ green 105 ◦ blue 65

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

Shades of Red Damask #C56941

Tints of Red Damask #C56941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 53.68%
G = 28.61%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C56941 (or 0xC56941) is known color: Red Damask. HEX triplet: C5, 69 and 41. RGB value is (197,105,65). Sum of RGB (Red+Green+Blue) = 197+105+65=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C56941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56941 is #3A96BE. Grayscale: #808080. Windows color (decimal): -3839679 or 4286917. OLE color: 4286917.

HSL color Cylindrical-coordinate representation of color #C56941: hue angle of 18.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C56941 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 105 65 -
CMYK 0 0.47 0.67 0.23
HSL 18.18º 0.53% 0.51% -
HSV(B) 18.18º 0.67% 0.77% -
XYZ 29.03 22.36 7.79 -
YUV 127.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 197 105 65 0 0.47 0.67 0.23 18.18 0.53 0.51
Hex C5 69 41 0 2F 43 17 12 35 33
Octal 305 151 101 0 57 103 27 22 65 63
Binary 11000101 1101001 1000001 0 101111 1000011 10111 10010 110101 110011

Color Harmonies of #C56941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56941

Black with #C56941

Text Example


Text Example

White with #C56941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56941; }

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

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

background-color css

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

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

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

border-color css

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

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

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