Html Css Color HEX #C56544 Red Damask

📋 copy color: '#C56544'

red 197 ◦ green 101 ◦ blue 68

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

Shades of Red Damask #C56544

Tints of Red Damask #C56544

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 53.83%
G = 27.6%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C56544 (or 0xC56544) is known color: Red Damask. HEX triplet: C5, 65 and 44. RGB value is (197,101,68). Sum of RGB (Red+Green+Blue) = 197+101+68=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C56544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56544 is #3A9ABB. Grayscale: #7E7E7E. Windows color (decimal): -3840700 or 4482501. OLE color: 4482501.

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

Color convert

RGB 197 101 68 -
CMYK 0 0.49 0.65 0.23
HSL 15.35º 0.53% 0.52% -
HSV(B) 15.35º 0.65% 0.77% -
XYZ 28.72 21.6 8.12 -
YUV 125.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 197 101 68 0 0.49 0.65 0.23 15.35 0.53 0.52
Hex C5 65 44 0 31 41 17 F 35 34
Octal 305 145 104 0 61 101 27 17 65 64
Binary 11000101 1100101 1000100 0 110001 1000001 10111 1111 110101 110100

Color Harmonies of #C56544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56544

Black with #C56544

Text Example


Text Example

White with #C56544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56544; }

 p { color: rgb(197,101,68); }

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

background-color css

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

 a { background-color: rgb(197,101,68); }

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

border-color css

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

 span { border-color: rgb(197,101,68); }

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